#B10366

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

Shades of Jazzberry Jam #B10366

Tints of Jazzberry Jam #B10366

Color information

#B10366 (or 0xB10366) is unknown color: approx Jazzberry Jam. HEX triplet: B1, 03 and 66. RGB value is (177,3,102). Sum of RGB (Red+Green+Blue) = 177+3+102=282 (37% of max value = 765). Red value is 177 (69.53% from 255 or 62.77% from 282); Green value is 3 (1.56% from 255 or 1.06% from 282); Blue value is 102 (40.23% from 255 or 36.17% from 282); Max value from RGB is 177 - color contains mainly: red. Hex color #B10366 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #B10366 is #4EFC99. Grayscale: #424242. Windows color (decimal): -5176474 or 6685617. OLE color: 6685617.

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

Color convert

RGB1773102-
CMYK00.980.420.31
HSL325.86º96.67%35.29%-
HSV(B)325.86º98.31%69.41%-
XYZ20.5610.3713.49-
YUV66.31148.15206.95-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 62.77%
GREEN value IS 3 (1.56% from 255) = 1.06%
BLUE value IS 102 (40.23% from 255) = 36.17%
R=62.77%
G=1.06%
B=36.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.42
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal177310200.980.420.31325.8696.6735.29
HexB13660622A1F1466123
Octal26131460142523750614143
Binary1011000111110011001100010101010111111010001101100001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B10366

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B10366; }

 p { color: rgb(177,3,102); }

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

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

 a { background-color: rgb(177,3,102); }

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

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

 span { border-color: rgb(177,3,102); }

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