#B10053

Color #B10053 Jazzberry Jam (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Jazzberry Jam #B10053

Tints of Jazzberry Jam #B10053

Color information

#B10053 (or 0xB10053) is unknown color: approx Jazzberry Jam. HEX triplet: B1, 00 and 53. RGB value is (177,0,83). Sum of RGB (Red+Green+Blue) = 177+0+83=260 (34% of max value = 765). Red value is 177 (69.53% from 255 or 68.08% from 260); Green value is 0 (0.39% from 255 or 0% from 260); Blue value is 83 (32.81% from 255 or 31.92% from 260); Max value from RGB is 177 - color contains mainly: red. Hex color #B10053 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #B10053 is #4EFFAC. Grayscale: #3E3E3E. Windows color (decimal): -5177261 or 5439665. OLE color: 5439665.

HSL color Cylindrical-coordinate representation of color #B10053: hue angle of 331.86º degrees, saturation: 1, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 1%. Process color model (Four color, CMYK) of #B10053 is Cyan = 0, Magento = 1, Yellow = 0.53 and Black (K on CMYK) = 0.31.

Color convert

RGB177083-
CMYK010.530.31
HSL331.86º100%34.71%-
HSV(B)331.86º100%69.41%-
XYZ19.699.979.07-
YUV62.38139.64209.75-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 177 (69.53% from 255) = 68.08%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 83 (32.81% from 255) = 31.92%
R=68.08%
G=0%
B=31.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.53
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal177083010.530.31331.8610034.71
HexB1053064351F14c6423
Octal26101230144653751414443
Binary101100010101001101100100110101111111010011001100100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B10053

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B10053; }

 p { color: rgb(177,0,83); }

 H1.HeaderClassName
 {
   color: #B10053;
 }
 .AnyTagClassName
 {
   color: #B10053;
 }
</style>
background-color css

<style>
 a { background-color: #B10053; }

 a { background-color: rgb(177,0,83); }

 div.DivClassName
 {
   background-color: #B10053;
 }
 .BgClassName
 {
   background-color: #B10053;
 }
</style>
border-color css

<style>
 span { border-color: #B10053; }

 span { border-color: rgb(177,0,83); }

 td.TdClassName
 {
   border-color: #B10053;
 }
 .TagClassName
 {
   border-color: #B10053;
 }
</style>