Shades of Jazzberry Jam #B00458
Tints of Jazzberry Jam #B00458
RGB
CMYK
RGB Variations
Color information
#B00458 (or 0xB00458) is known color: Jazzberry Jam. HEX triplet: B0, 04 and 58. RGB value is (176,4,88). Sum of RGB (Red+Green+Blue) = 176+4+88=268 (35% of max value = 765). Red value is 176 (69.14% from 255 or 65.67% from 268); Green value is 4 (1.95% from 255 or 1.49% from 268); Blue value is 88 (34.77% from 255 or 32.84% from 268); Max value from RGB is 176 - color contains mainly: red. Hex color #B00458 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #B00458 is #4FFBA7. Grayscale: #404040. Windows color (decimal): -5241768 or 5768368. OLE color: 5768368.
HSL color Cylindrical-coordinate representation of color #B00458: hue angle of 330.7º 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 #B00458 is Cyan = 0, Magento = 0.98, Yellow = 0.50 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 4 | 88 | - |
| CMYK | 0 | 0.98 | 0.50 | 0.31 |
| HSL | 330.7º | 0.96% | 0.35% | - |
| HSV(B) | 330.7º | 0.98% | 0.69% | - |
| XYZ | 19.71 | 10.02 | 10.13 | - |
| YUV | 65 | 140.98 | 207.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 4 | 88 | 0 | 0.98 | 0.50 | 0.31 | 330.7 | 0.96 | 0.35 |
| Hex | B0 | 4 | 58 | 0 | 62 | 32 | 1F | 14B | 60 | 23 |
| Octal | 260 | 4 | 130 | 0 | 142 | 62 | 37 | 513 | 140 | 43 |
| Binary | 10110000 | 100 | 1011000 | 0 | 1100010 | 110010 | 11111 | 101001011 | 1100000 | 100011 |
Color Harmonies of #B00458
Complementary color
Monochromatic Colors of #B00458
Black with #B00458
Text Example
Text Example
White with #B00458
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B00458; }
p { color: rgb(176,4,88); }
H1.HeaderClassName
{
color: #B00458;
}
.AnyTagClassName
{
color: #B00458;
}
</style>
background-color css
<style>
a { background-color: #B00458; }
a { background-color: rgb(176,4,88); }
div.DivClassName
{
background-color: #B00458;
}
.BgClassName
{
background-color: #B00458;
}
</style>
border-color css
<style>
span { border-color: #B00458; }
span { border-color: rgb(176,4,88); }
td.TdClassName
{
border-color: #B00458;
}
.TagClassName
{
border-color: #B00458;
}
</style>