Shades of Jazzberry Jam #B8035C
Tints of Jazzberry Jam #B8035C
RGB
CMYK
RGB Variations
Color information
#B8035C (or 0xB8035C) is known color: Jazzberry Jam. HEX triplet: B8, 03 and 5C. RGB value is (184,3,92). Sum of RGB (Red+Green+Blue) = 184+3+92=279 (36% of max value = 765). Red value is 184 (72.27% from 255 or 65.95% from 279); Green value is 3 (1.56% from 255 or 1.08% from 279); Blue value is 92 (36.33% from 255 or 32.97% from 279); Max value from RGB is 184 - color contains mainly: red. Hex color #B8035C is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B8035C is #47FCA3. Grayscale: #434343. Windows color (decimal): -4717732 or 6030264. OLE color: 6030264.
HSL color Cylindrical-coordinate representation of color #B8035C: hue angle of 330.5º degrees, saturation: 0.97, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #B8035C is Cyan = 0, Magento = 0.98, Yellow = 0.50 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 3 | 92 | - |
| CMYK | 0 | 0.98 | 0.50 | 0.28 |
| HSL | 330.5º | 0.97% | 0.37% | - |
| HSV(B) | 330.5º | 0.98% | 0.72% | - |
| XYZ | 21.73 | 11.03 | 11.11 | - |
| YUV | 67.27 | 141.97 | 211.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 3 | 92 | 0 | 0.98 | 0.50 | 0.28 | 330.5 | 0.97 | 0.37 |
| Hex | B8 | 3 | 5C | 0 | 62 | 32 | 1C | 14A | 61 | 25 |
| Octal | 270 | 3 | 134 | 0 | 142 | 62 | 34 | 512 | 141 | 45 |
| Binary | 10111000 | 11 | 1011100 | 0 | 1100010 | 110010 | 11100 | 101001010 | 1100001 | 100101 |
Color Harmonies of #B8035C
Complementary color
Monochromatic Colors of #B8035C
Black with #B8035C
Text Example
Text Example
White with #B8035C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8035C; }
p { color: rgb(184,3,92); }
H1.HeaderClassName
{
color: #B8035C;
}
.AnyTagClassName
{
color: #B8035C;
}
</style>
background-color css
<style>
a { background-color: #B8035C; }
a { background-color: rgb(184,3,92); }
div.DivClassName
{
background-color: #B8035C;
}
.BgClassName
{
background-color: #B8035C;
}
</style>
border-color css
<style>
span { border-color: #B8035C; }
span { border-color: rgb(184,3,92); }
td.TdClassName
{
border-color: #B8035C;
}
.TagClassName
{
border-color: #B8035C;
}
</style>