#B00040

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

Shades of Jazzberry Jam #B00040

Tints of Jazzberry Jam #B00040

Color information

#B00040 (or 0xB00040) is unknown color: approx Jazzberry Jam. HEX triplet: B0, 00 and 40. RGB value is (176,0,64). Sum of RGB (Red+Green+Blue) = 176+0+64=240 (31% of max value = 765). Red value is 176 (69.14% from 255 or 73.33% from 240); Green value is 0 (0.39% from 255 or 0% from 240); Blue value is 64 (25.39% from 255 or 26.67% from 240); Max value from RGB is 176 - color contains mainly: red. Hex color #B00040 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #B00040 is #4FFFBF. Grayscale: #3B3B3B. Windows color (decimal): -5242816 or 4194480. OLE color: 4194480.

HSL color Cylindrical-coordinate representation of color #B00040: hue angle of 338.18º 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 #B00040 is Cyan = 0, Magento = 1, Yellow = 0.64 and Black (K on CMYK) = 0.31.

Color convert

RGB176064-
CMYK010.640.31
HSL338.18º100%34.51%-
HSV(B)338.18º100%69.02%-
XYZ18.839.65.71-
YUV59.92130.31210.8-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 73.33%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 64 (25.39% from 255) = 26.67%
R=73.33%
G=0%
B=26.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.64
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal176064010.640.31338.1810034.51
HexB0040064401F1526423
Octal260010001441003752214443
Binary1011000001000000011001001000000111111010100101100100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B00040

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B00040; }

 p { color: rgb(176,0,64); }

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

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

 a { background-color: rgb(176,0,64); }

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

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

 span { border-color: rgb(176,0,64); }

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