Shades of Jazzberry Jam #B00166
Tints of Jazzberry Jam #B00166
RGB
CMYK
RGB Variations
Color information
#B00166 (or 0xB00166) is known color: Jazzberry Jam. HEX triplet: B0, 01 and 66. RGB value is (176,1,102). Sum of RGB (Red+Green+Blue) = 176+1+102=279 (36% of max value = 765). Red value is 176 (69.14% from 255 or 63.08% from 279); Green value is 1 (0.78% from 255 or 0.36% from 279); Blue value is 102 (40.23% from 255 or 36.56% from 279); Max value from RGB is 176 - color contains mainly: red. Hex color #B00166 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #B00166 is #4FFE99. Grayscale: #404040. Windows color (decimal): -5242522 or 6685104. OLE color: 6685104.
HSL color Cylindrical-coordinate representation of color #B00166: hue angle of 325.37º degrees, saturation: 0.99, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #B00166 is Cyan = 0, Magento = 0.99, Yellow = 0.42 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 1 | 102 | - |
| CMYK | 0 | 0.99 | 0.42 | 0.31 |
| HSL | 325.37º | 0.99% | 0.35% | - |
| HSV(B) | 325.37º | 0.99% | 0.69% | - |
| XYZ | 20.31 | 10.21 | 13.47 | - |
| YUV | 64.84 | 148.98 | 207.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 1 | 102 | 0 | 0.99 | 0.42 | 0.31 | 325.37 | 0.99 | 0.35 |
| Hex | B0 | 1 | 66 | 0 | 63 | 2A | 1F | 145 | 63 | 23 |
| Octal | 260 | 1 | 146 | 0 | 143 | 52 | 37 | 505 | 143 | 43 |
| Binary | 10110000 | 1 | 1100110 | 0 | 1100011 | 101010 | 11111 | 101000101 | 1100011 | 100011 |
Color Harmonies of #B00166
Complementary color
Monochromatic Colors of #B00166
Black with #B00166
Text Example
Text Example
White with #B00166
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B00166; }
p { color: rgb(176,1,102); }
H1.HeaderClassName
{
color: #B00166;
}
.AnyTagClassName
{
color: #B00166;
}
</style>
background-color css
<style>
a { background-color: #B00166; }
a { background-color: rgb(176,1,102); }
div.DivClassName
{
background-color: #B00166;
}
.BgClassName
{
background-color: #B00166;
}
</style>
border-color css
<style>
span { border-color: #B00166; }
span { border-color: rgb(176,1,102); }
td.TdClassName
{
border-color: #B00166;
}
.TagClassName
{
border-color: #B00166;
}
</style>