#B00D48

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

Shades of Jazzberry Jam #B00D48

Tints of Jazzberry Jam #B00D48

Color information

#B00D48 (or 0xB00D48) is unknown color: approx Jazzberry Jam. HEX triplet: B0, 0D and 48. RGB value is (176,13,72). Sum of RGB (Red+Green+Blue) = 176+13+72=261 (34% of max value = 765). Red value is 176 (69.14% from 255 or 67.43% from 261); Green value is 13 (5.47% from 255 or 4.98% from 261); Blue value is 72 (28.52% from 255 or 27.59% from 261); Max value from RGB is 176 - color contains mainly: red. Hex color #B00D48 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #B00D48 is #4FF2B7. Grayscale: #444444. Windows color (decimal): -5239480 or 4722096. OLE color: 4722096.

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

Color convert

RGB1761372-
CMYK00.930.590.31
HSL338.28º86.24%37.06%-
HSV(B)338.28º92.61%69.02%-
XYZ19.229.997.05-
YUV68.46130204.7-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 67.43%
GREEN value IS 13 (5.47% from 255) = 4.98%
BLUE value IS 72 (28.52% from 255) = 27.59%
R=67.43%
G=4.98%
B=27.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.59
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal176137200.930.590.31338.2886.2437.06
HexB0D4805D3B1F1525625
Octal260151100135733752212645
Binary101100001101100100001011101111011111111010100101010110100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B00D48

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B00D48; }

 p { color: rgb(176,13,72); }

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

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

 a { background-color: rgb(176,13,72); }

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

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

 span { border-color: rgb(176,13,72); }

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