Shades of Jazzberry Jam #B8005D
Tints of Jazzberry Jam #B8005D
RGB
CMYK
RGB Variations
Color information
#B8005D (or 0xB8005D) is known color: Jazzberry Jam. HEX triplet: B8, 00 and 5D. RGB value is (184,0,93). Sum of RGB (Red+Green+Blue) = 184+0+93=277 (36% of max value = 765). Red value is 184 (72.27% from 255 or 66.43% from 277); Green value is 0 (0.39% from 255 or 0% from 277); Blue value is 93 (36.72% from 255 or 33.57% from 277); Max value from RGB is 184 - color contains mainly: red. Hex color #B8005D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B8005D is #47FFA2. Grayscale: #414141. Windows color (decimal): -4718499 or 6095032. OLE color: 6095032.
HSL color Cylindrical-coordinate representation of color #B8005D: hue angle of 329.67º degrees, saturation: 1, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 1%. Process color model (Four color, CMYK) of #B8005D is Cyan = 0, Magento = 1, Yellow = 0.49 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 0 | 93 | - |
| CMYK | 0 | 1 | 0.49 | 0.28 |
| HSL | 329.67º | 1% | 0.36% | - |
| HSV(B) | 329.67º | 1% | 0.72% | - |
| XYZ | 21.74 | 10.98 | 11.33 | - |
| YUV | 65.62 | 143.46 | 212.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 0 | 93 | 0 | 1 | 0.49 | 0.28 | 329.67 | 1 | 0.36 |
| Hex | B8 | 0 | 5D | 0 | 64 | 31 | 1C | 14A | 64 | 24 |
| Octal | 270 | 0 | 135 | 0 | 144 | 61 | 34 | 512 | 144 | 44 |
| Binary | 10111000 | 0 | 1011101 | 0 | 1100100 | 110001 | 11100 | 101001010 | 1100100 | 100100 |
Color Harmonies of #B8005D
Complementary color
Monochromatic Colors of #B8005D
Black with #B8005D
Text Example
Text Example
White with #B8005D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8005D; }
p { color: rgb(184,0,93); }
H1.HeaderClassName
{
color: #B8005D;
}
.AnyTagClassName
{
color: #B8005D;
}
</style>
background-color css
<style>
a { background-color: #B8005D; }
a { background-color: rgb(184,0,93); }
div.DivClassName
{
background-color: #B8005D;
}
.BgClassName
{
background-color: #B8005D;
}
</style>
border-color css
<style>
span { border-color: #B8005D; }
span { border-color: rgb(184,0,93); }
td.TdClassName
{
border-color: #B8005D;
}
.TagClassName
{
border-color: #B8005D;
}
</style>