Shades of Jazzberry Jam #B8035D
Tints of Jazzberry Jam #B8035D
RGB
CMYK
RGB Variations
Color information
#B8035D (or 0xB8035D) is known color: Jazzberry Jam. HEX triplet: B8, 03 and 5D. RGB value is (184,3,93). Sum of RGB (Red+Green+Blue) = 184+3+93=280 (37% of max value = 765). Red value is 184 (72.27% from 255 or 65.71% from 280); Green value is 3 (1.56% from 255 or 1.07% from 280); Blue value is 93 (36.72% from 255 or 33.21% from 280); Max value from RGB is 184 - color contains mainly: red. Hex color #B8035D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B8035D is #47FCA2. Grayscale: #434343. Windows color (decimal): -4717731 or 6095800. OLE color: 6095800.
HSL color Cylindrical-coordinate representation of color #B8035D: hue angle of 330.17º 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 #B8035D is Cyan = 0, Magento = 0.98, Yellow = 0.49 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 3 | 93 | - |
| CMYK | 0 | 0.98 | 0.49 | 0.28 |
| HSL | 330.17º | 0.97% | 0.37% | - |
| HSV(B) | 330.17º | 0.98% | 0.72% | - |
| XYZ | 21.78 | 11.05 | 11.34 | - |
| YUV | 67.38 | 142.47 | 211.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 3 | 93 | 0 | 0.98 | 0.49 | 0.28 | 330.17 | 0.97 | 0.37 |
| Hex | B8 | 3 | 5D | 0 | 62 | 31 | 1C | 14A | 61 | 25 |
| Octal | 270 | 3 | 135 | 0 | 142 | 61 | 34 | 512 | 141 | 45 |
| Binary | 10111000 | 11 | 1011101 | 0 | 1100010 | 110001 | 11100 | 101001010 | 1100001 | 100101 |
Color Harmonies of #B8035D
Complementary color
Monochromatic Colors of #B8035D
Black with #B8035D
Text Example
Text Example
White with #B8035D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8035D; }
p { color: rgb(184,3,93); }
H1.HeaderClassName
{
color: #B8035D;
}
.AnyTagClassName
{
color: #B8035D;
}
</style>
background-color css
<style>
a { background-color: #B8035D; }
a { background-color: rgb(184,3,93); }
div.DivClassName
{
background-color: #B8035D;
}
.BgClassName
{
background-color: #B8035D;
}
</style>
border-color css
<style>
span { border-color: #B8035D; }
span { border-color: rgb(184,3,93); }
td.TdClassName
{
border-color: #B8035D;
}
.TagClassName
{
border-color: #B8035D;
}
</style>