Shades of Jazzberry Jam #B9035D
Tints of Jazzberry Jam #B9035D
RGB
CMYK
RGB Variations
Color information
#B9035D (or 0xB9035D) is known color: Jazzberry Jam. HEX triplet: B9, 03 and 5D. RGB value is (185,3,93). Sum of RGB (Red+Green+Blue) = 185+3+93=281 (37% of max value = 765). Red value is 185 (72.66% from 255 or 65.84% from 281); Green value is 3 (1.56% from 255 or 1.07% from 281); Blue value is 93 (36.72% from 255 or 33.10% from 281); Max value from RGB is 185 - color contains mainly: red. Hex color #B9035D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B9035D is #46FCA2. Grayscale: #434343. Windows color (decimal): -4652195 or 6095801. OLE color: 6095801.
HSL color Cylindrical-coordinate representation of color #B9035D: hue angle of 330.33º degrees, saturation: 0.97, 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 #B9035D is Cyan = 0, Magento = 0.98, Yellow = 0.50 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 3 | 93 | - |
| CMYK | 0 | 0.98 | 0.50 | 0.27 |
| HSL | 330.33º | 0.97% | 0.37% | - |
| HSV(B) | 330.33º | 0.98% | 0.73% | - |
| XYZ | 22.02 | 11.17 | 11.35 | - |
| YUV | 67.68 | 142.3 | 211.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 3 | 93 | 0 | 0.98 | 0.50 | 0.27 | 330.33 | 0.97 | 0.37 |
| Hex | B9 | 3 | 5D | 0 | 62 | 32 | 1B | 14A | 61 | 25 |
| Octal | 271 | 3 | 135 | 0 | 142 | 62 | 33 | 512 | 141 | 45 |
| Binary | 10111001 | 11 | 1011101 | 0 | 1100010 | 110010 | 11011 | 101001010 | 1100001 | 100101 |
Color Harmonies of #B9035D
Complementary color
Monochromatic Colors of #B9035D
Black with #B9035D
Text Example
Text Example
White with #B9035D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9035D; }
p { color: rgb(185,3,93); }
H1.HeaderClassName
{
color: #B9035D;
}
.AnyTagClassName
{
color: #B9035D;
}
</style>
background-color css
<style>
a { background-color: #B9035D; }
a { background-color: rgb(185,3,93); }
div.DivClassName
{
background-color: #B9035D;
}
.BgClassName
{
background-color: #B9035D;
}
</style>
border-color css
<style>
span { border-color: #B9035D; }
span { border-color: rgb(185,3,93); }
td.TdClassName
{
border-color: #B9035D;
}
.TagClassName
{
border-color: #B9035D;
}
</style>