Shades of Jazzberry Jam #B00441
Tints of Jazzberry Jam #B00441
RGB
CMYK
RGB Variations
Color information
#B00441 (or 0xB00441) is known color: Jazzberry Jam. HEX triplet: B0, 04 and 41. RGB value is (176,4,65). Sum of RGB (Red+Green+Blue) = 176+4+65=245 (32% of max value = 765). Red value is 176 (69.14% from 255 or 71.84% from 245); Green value is 4 (1.95% from 255 or 1.63% from 245); Blue value is 65 (25.78% from 255 or 26.53% from 245); Max value from RGB is 176 - color contains mainly: red. Hex color #B00441 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #B00441 is #4FFBBE. Grayscale: #3E3E3E. Windows color (decimal): -5241791 or 4261040. OLE color: 4261040.
HSL color Cylindrical-coordinate representation of color #B00441: hue angle of 338.72º degrees, saturation: 0.96, 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 #B00441 is Cyan = 0, Magento = 0.98, Yellow = 0.63 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 4 | 65 | - |
| CMYK | 0 | 0.98 | 0.63 | 0.31 |
| HSL | 338.72º | 0.96% | 0.35% | - |
| HSV(B) | 338.72º | 0.98% | 0.69% | - |
| XYZ | 18.9 | 9.7 | 5.88 | - |
| YUV | 62.38 | 129.48 | 209.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 4 | 65 | 0 | 0.98 | 0.63 | 0.31 | 338.72 | 0.96 | 0.35 |
| Hex | B0 | 4 | 41 | 0 | 62 | 3F | 1F | 153 | 60 | 23 |
| Octal | 260 | 4 | 101 | 0 | 142 | 77 | 37 | 523 | 140 | 43 |
| Binary | 10110000 | 100 | 1000001 | 0 | 1100010 | 111111 | 11111 | 101010011 | 1100000 | 100011 |
Color Harmonies of #B00441
Complementary color
Monochromatic Colors of #B00441
Black with #B00441
Text Example
Text Example
White with #B00441
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B00441; }
p { color: rgb(176,4,65); }
H1.HeaderClassName
{
color: #B00441;
}
.AnyTagClassName
{
color: #B00441;
}
</style>
background-color css
<style>
a { background-color: #B00441; }
a { background-color: rgb(176,4,65); }
div.DivClassName
{
background-color: #B00441;
}
.BgClassName
{
background-color: #B00441;
}
</style>
border-color css
<style>
span { border-color: #B00441; }
span { border-color: rgb(176,4,65); }
td.TdClassName
{
border-color: #B00441;
}
.TagClassName
{
border-color: #B00441;
}
</style>