Shades of Jazzberry Jam #B01074
Tints of Jazzberry Jam #B01074
RGB
CMYK
RGB Variations
Color information
#B01074 (or 0xB01074) is known color: Jazzberry Jam. HEX triplet: B0, 10 and 74. RGB value is (176,16,116). Sum of RGB (Red+Green+Blue) = 176+16+116=308 (40% of max value = 765). Red value is 176 (69.14% from 255 or 57.14% from 308); Green value is 16 (6.64% from 255 or 5.19% from 308); Blue value is 116 (45.70% from 255 or 37.66% from 308); Max value from RGB is 176 - color contains mainly: red. Hex color #B01074 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #B01074 is #4FEF8B. Grayscale: #4B4B4B. Windows color (decimal): -5238668 or 7606448. OLE color: 7606448.
HSL color Cylindrical-coordinate representation of color #B01074: hue angle of 322.5º degrees, saturation: 0.83, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #B01074 is Cyan = 0, Magento = 0.91, Yellow = 0.34 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 16 | 116 | - |
| CMYK | 0 | 0.91 | 0.34 | 0.31 |
| HSL | 322.5º | 0.83% | 0.38% | - |
| HSV(B) | 322.5º | 0.91% | 0.69% | - |
| XYZ | 21.24 | 10.86 | 17.5 | - |
| YUV | 75.24 | 151.01 | 199.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 16 | 116 | 0 | 0.91 | 0.34 | 0.31 | 322.5 | 0.83 | 0.38 |
| Hex | B0 | 10 | 74 | 0 | 5B | 22 | 1F | 142 | 53 | 26 |
| Octal | 260 | 20 | 164 | 0 | 133 | 42 | 37 | 502 | 123 | 46 |
| Binary | 10110000 | 10000 | 1110100 | 0 | 1011011 | 100010 | 11111 | 101000010 | 1010011 | 100110 |
Color Harmonies of #B01074
Complementary color
Monochromatic Colors of #B01074
Black with #B01074
Text Example
Text Example
White with #B01074
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B01074; }
p { color: rgb(176,16,116); }
H1.HeaderClassName
{
color: #B01074;
}
.AnyTagClassName
{
color: #B01074;
}
</style>
background-color css
<style>
a { background-color: #B01074; }
a { background-color: rgb(176,16,116); }
div.DivClassName
{
background-color: #B01074;
}
.BgClassName
{
background-color: #B01074;
}
</style>
border-color css
<style>
span { border-color: #B01074; }
span { border-color: rgb(176,16,116); }
td.TdClassName
{
border-color: #B01074;
}
.TagClassName
{
border-color: #B01074;
}
</style>