#B00266

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

Shades of Jazzberry Jam #B00266

Tints of Jazzberry Jam #B00266

Color information

#B00266 (or 0xB00266) is unknown color: approx Jazzberry Jam. HEX triplet: B0, 02 and 66. RGB value is (176,2,102). Sum of RGB (Red+Green+Blue) = 176+2+102=280 (37% of max value = 765). Red value is 176 (69.14% from 255 or 62.86% from 280); Green value is 2 (1.17% from 255 or 0.71% from 280); Blue value is 102 (40.23% from 255 or 36.43% from 280); Max value from RGB is 176 - color contains mainly: red. Hex color #B00266 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #B00266 is #4FFD99. Grayscale: #414141. Windows color (decimal): -5242266 or 6685360. OLE color: 6685360.

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

Color convert

RGB1762102-
CMYK00.990.420.31
HSL325.52º97.75%34.9%-
HSV(B)325.52º98.86%69.02%-
XYZ20.3210.2313.47-
YUV65.43148.65206.87-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 62.86%
GREEN value IS 2 (1.17% from 255) = 0.71%
BLUE value IS 102 (40.23% from 255) = 36.43%
R=62.86%
G=0.71%
B=36.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.42
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal176210200.990.420.31325.5297.7534.9
HexB02660632A1F1466223
Octal26021460143523750614243
Binary1011000010110011001100011101010111111010001101100010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B00266

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B00266; }

 p { color: rgb(176,2,102); }

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

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

 a { background-color: rgb(176,2,102); }

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

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

 span { border-color: rgb(176,2,102); }

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