Shades of Jazzberry Jam #B00F74
Tints of Jazzberry Jam #B00F74
RGB
CMYK
RGB Variations
Color information
#B00F74 (or 0xB00F74) is known color: Jazzberry Jam. HEX triplet: B0, 0F and 74. RGB value is (176,15,116). Sum of RGB (Red+Green+Blue) = 176+15+116=307 (40% of max value = 765). Red value is 176 (69.14% from 255 or 57.33% from 307); Green value is 15 (6.25% from 255 or 4.89% from 307); Blue value is 116 (45.70% from 255 or 37.79% from 307); Max value from RGB is 176 - color contains mainly: red. Hex color #B00F74 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #B00F74 is #4FF08B. Grayscale: #4A4A4A. Windows color (decimal): -5238924 or 7606192. OLE color: 7606192.
HSL color Cylindrical-coordinate representation of color #B00F74: hue angle of 322.36º degrees, saturation: 0.84, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #B00F74 is Cyan = 0, Magento = 0.91, Yellow = 0.34 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 15 | 116 | - |
| CMYK | 0 | 0.91 | 0.34 | 0.31 |
| HSL | 322.36º | 0.84% | 0.37% | - |
| HSV(B) | 322.36º | 0.91% | 0.69% | - |
| XYZ | 21.23 | 10.83 | 17.5 | - |
| YUV | 74.65 | 151.34 | 200.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 15 | 116 | 0 | 0.91 | 0.34 | 0.31 | 322.36 | 0.84 | 0.37 |
| Hex | B0 | F | 74 | 0 | 5B | 22 | 1F | 142 | 54 | 25 |
| Octal | 260 | 17 | 164 | 0 | 133 | 42 | 37 | 502 | 124 | 45 |
| Binary | 10110000 | 1111 | 1110100 | 0 | 1011011 | 100010 | 11111 | 101000010 | 1010100 | 100101 |
Color Harmonies of #B00F74
Complementary color
Monochromatic Colors of #B00F74
Black with #B00F74
Text Example
Text Example
White with #B00F74
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B00F74; }
p { color: rgb(176,15,116); }
H1.HeaderClassName
{
color: #B00F74;
}
.AnyTagClassName
{
color: #B00F74;
}
</style>
background-color css
<style>
a { background-color: #B00F74; }
a { background-color: rgb(176,15,116); }
div.DivClassName
{
background-color: #B00F74;
}
.BgClassName
{
background-color: #B00F74;
}
</style>
border-color css
<style>
span { border-color: #B00F74; }
span { border-color: rgb(176,15,116); }
td.TdClassName
{
border-color: #B00F74;
}
.TagClassName
{
border-color: #B00F74;
}
</style>