#B00B46

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

Shades of Jazzberry Jam #B00B46

Tints of Jazzberry Jam #B00B46

Color information

#B00B46 (or 0xB00B46) is unknown color: approx Jazzberry Jam. HEX triplet: B0, 0B and 46. RGB value is (176,11,70). Sum of RGB (Red+Green+Blue) = 176+11+70=257 (34% of max value = 765). Red value is 176 (69.14% from 255 or 68.48% from 257); Green value is 11 (4.69% from 255 or 4.28% from 257); Blue value is 70 (27.73% from 255 or 27.24% from 257); Max value from RGB is 176 - color contains mainly: red. Hex color #B00B46 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #B00B46 is #4FF4B9. Grayscale: #424242. Windows color (decimal): -5239994 or 4590512. OLE color: 4590512.

HSL color Cylindrical-coordinate representation of color #B00B46: hue angle of 338.55º degrees, saturation: 0.88, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #B00B46 is Cyan = 0, Magento = 0.94, Yellow = 0.60 and Black (K on CMYK) = 0.31.

Color convert

RGB1761170-
CMYK00.940.600.31
HSL338.55º88.24%36.67%-
HSV(B)338.55º93.75%69.02%-
XYZ19.139.916.7-
YUV67.06129.66205.7-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 68.48%
GREEN value IS 11 (4.69% from 255) = 4.28%
BLUE value IS 70 (27.73% from 255) = 27.24%
R=68.48%
G=4.28%
B=27.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.60
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal176117000.940.600.31338.5588.2436.67
HexB0B4605E3C1F1535825
Octal260131060136743752313045
Binary101100001011100011001011110111100111111010100111011000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B00B46

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B00B46; }

 p { color: rgb(176,11,70); }

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

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

 a { background-color: rgb(176,11,70); }

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

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

 span { border-color: rgb(176,11,70); }

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