Shades of Jazzberry Jam #B8035B
Tints of Jazzberry Jam #B8035B
RGB
CMYK
RGB Variations
Color information
#B8035B (or 0xB8035B) is known color: Jazzberry Jam. HEX triplet: B8, 03 and 5B. RGB value is (184,3,91). Sum of RGB (Red+Green+Blue) = 184+3+91=278 (36% of max value = 765). Red value is 184 (72.27% from 255 or 66.19% from 278); Green value is 3 (1.56% from 255 or 1.08% from 278); Blue value is 91 (35.94% from 255 or 32.73% from 278); Max value from RGB is 184 - color contains mainly: red. Hex color #B8035B is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B8035B is #47FCA4. Grayscale: #424242. Windows color (decimal): -4717733 or 5964728. OLE color: 5964728.
HSL color Cylindrical-coordinate representation of color #B8035B: hue angle of 330.83º 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 #B8035B is Cyan = 0, Magento = 0.98, Yellow = 0.51 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 3 | 91 | - |
| CMYK | 0 | 0.98 | 0.51 | 0.28 |
| HSL | 330.83º | 0.97% | 0.37% | - |
| HSV(B) | 330.83º | 0.98% | 0.72% | - |
| XYZ | 21.69 | 11.01 | 10.88 | - |
| YUV | 67.15 | 141.47 | 211.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 3 | 91 | 0 | 0.98 | 0.51 | 0.28 | 330.83 | 0.97 | 0.37 |
| Hex | B8 | 3 | 5B | 0 | 62 | 33 | 1C | 14B | 61 | 25 |
| Octal | 270 | 3 | 133 | 0 | 142 | 63 | 34 | 513 | 141 | 45 |
| Binary | 10111000 | 11 | 1011011 | 0 | 1100010 | 110011 | 11100 | 101001011 | 1100001 | 100101 |
Color Harmonies of #B8035B
Complementary color
Monochromatic Colors of #B8035B
Black with #B8035B
Text Example
Text Example
White with #B8035B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8035B; }
p { color: rgb(184,3,91); }
H1.HeaderClassName
{
color: #B8035B;
}
.AnyTagClassName
{
color: #B8035B;
}
</style>
background-color css
<style>
a { background-color: #B8035B; }
a { background-color: rgb(184,3,91); }
div.DivClassName
{
background-color: #B8035B;
}
.BgClassName
{
background-color: #B8035B;
}
</style>
border-color css
<style>
span { border-color: #B8035B; }
span { border-color: rgb(184,3,91); }
td.TdClassName
{
border-color: #B8035B;
}
.TagClassName
{
border-color: #B8035B;
}
</style>