Shades of Jazzberry Jam #B00B68
Tints of Jazzberry Jam #B00B68
RGB
CMYK
RGB Variations
Color information
#B00B68 (or 0xB00B68) is known color: Jazzberry Jam. HEX triplet: B0, 0B and 68. RGB value is (176,11,104). Sum of RGB (Red+Green+Blue) = 176+11+104=291 (38% of max value = 765). Red value is 176 (69.14% from 255 or 60.48% from 291); Green value is 11 (4.69% from 255 or 3.78% from 291); Blue value is 104 (41.02% from 255 or 35.74% from 291); Max value from RGB is 176 - color contains mainly: red. Hex color #B00B68 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #B00B68 is #4FF497. Grayscale: #464646. Windows color (decimal): -5239960 or 6818736. OLE color: 6818736.
HSL color Cylindrical-coordinate representation of color #B00B68: hue angle of 326.18º degrees, saturation: 0.88, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #B00B68 is Cyan = 0, Magento = 0.94, Yellow = 0.41 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 11 | 104 | - |
| CMYK | 0 | 0.94 | 0.41 | 0.31 |
| HSL | 326.18º | 0.88% | 0.37% | - |
| HSV(B) | 326.18º | 0.94% | 0.69% | - |
| XYZ | 20.52 | 10.47 | 14.04 | - |
| YUV | 70.94 | 146.66 | 202.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 11 | 104 | 0 | 0.94 | 0.41 | 0.31 | 326.18 | 0.88 | 0.37 |
| Hex | B0 | B | 68 | 0 | 5E | 29 | 1F | 146 | 58 | 25 |
| Octal | 260 | 13 | 150 | 0 | 136 | 51 | 37 | 506 | 130 | 45 |
| Binary | 10110000 | 1011 | 1101000 | 0 | 1011110 | 101001 | 11111 | 101000110 | 1011000 | 100101 |
Color Harmonies of #B00B68
Complementary color
Monochromatic Colors of #B00B68
Black with #B00B68
Text Example
Text Example
White with #B00B68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B00B68; }
p { color: rgb(176,11,104); }
H1.HeaderClassName
{
color: #B00B68;
}
.AnyTagClassName
{
color: #B00B68;
}
</style>
background-color css
<style>
a { background-color: #B00B68; }
a { background-color: rgb(176,11,104); }
div.DivClassName
{
background-color: #B00B68;
}
.BgClassName
{
background-color: #B00B68;
}
</style>
border-color css
<style>
span { border-color: #B00B68; }
span { border-color: rgb(176,11,104); }
td.TdClassName
{
border-color: #B00B68;
}
.TagClassName
{
border-color: #B00B68;
}
</style>