Shades of Jazzberry Jam #B9044B
Tints of Jazzberry Jam #B9044B
RGB
CMYK
RGB Variations
Color information
#B9044B (or 0xB9044B) is known color: Jazzberry Jam. HEX triplet: B9, 04 and 4B. RGB value is (185,4,75). Sum of RGB (Red+Green+Blue) = 185+4+75=264 (34% of max value = 765). Red value is 185 (72.66% from 255 or 70.08% from 264); Green value is 4 (1.95% from 255 or 1.52% from 264); Blue value is 75 (29.69% from 255 or 28.41% from 264); Max value from RGB is 185 - color contains mainly: red. Hex color #B9044B is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B9044B is #46FBB4. Grayscale: #424242. Windows color (decimal): -4651957 or 4916409. OLE color: 4916409.
HSL color Cylindrical-coordinate representation of color #B9044B: hue angle of 336.46º degrees, saturation: 0.96, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #B9044B is Cyan = 0, Magento = 0.98, Yellow = 0.59 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 4 | 75 | - |
| CMYK | 0 | 0.98 | 0.59 | 0.27 |
| HSL | 336.46º | 0.96% | 0.37% | - |
| HSV(B) | 336.46º | 0.98% | 0.73% | - |
| XYZ | 21.32 | 10.91 | 7.64 | - |
| YUV | 66.21 | 132.97 | 212.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 4 | 75 | 0 | 0.98 | 0.59 | 0.27 | 336.46 | 0.96 | 0.37 |
| Hex | B9 | 4 | 4B | 0 | 62 | 3B | 1B | 150 | 60 | 25 |
| Octal | 271 | 4 | 113 | 0 | 142 | 73 | 33 | 520 | 140 | 45 |
| Binary | 10111001 | 100 | 1001011 | 0 | 1100010 | 111011 | 11011 | 101010000 | 1100000 | 100101 |
Color Harmonies of #B9044B
Complementary color
Monochromatic Colors of #B9044B
Black with #B9044B
Text Example
Text Example
White with #B9044B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9044B; }
p { color: rgb(185,4,75); }
H1.HeaderClassName
{
color: #B9044B;
}
.AnyTagClassName
{
color: #B9044B;
}
</style>
background-color css
<style>
a { background-color: #B9044B; }
a { background-color: rgb(185,4,75); }
div.DivClassName
{
background-color: #B9044B;
}
.BgClassName
{
background-color: #B9044B;
}
</style>
border-color css
<style>
span { border-color: #B9044B; }
span { border-color: rgb(185,4,75); }
td.TdClassName
{
border-color: #B9044B;
}
.TagClassName
{
border-color: #B9044B;
}
</style>