Shades of Jazzberry Jam #B00168
Tints of Jazzberry Jam #B00168
RGB
CMYK
RGB Variations
Color information
#B00168 (or 0xB00168) is known color: Jazzberry Jam. HEX triplet: B0, 01 and 68. RGB value is (176,1,104). Sum of RGB (Red+Green+Blue) = 176+1+104=281 (37% of max value = 765). Red value is 176 (69.14% from 255 or 62.63% from 281); Green value is 1 (0.78% from 255 or 0.36% from 281); Blue value is 104 (41.02% from 255 or 37.01% from 281); Max value from RGB is 176 - color contains mainly: red. Hex color #B00168 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #B00168 is #4FFE97. Grayscale: #404040. Windows color (decimal): -5242520 or 6816176. OLE color: 6816176.
HSL color Cylindrical-coordinate representation of color #B00168: hue angle of 324.69º 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 #B00168 is Cyan = 0, Magento = 0.99, Yellow = 0.41 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 1 | 104 | - |
| CMYK | 0 | 0.99 | 0.41 | 0.31 |
| HSL | 324.69º | 0.99% | 0.35% | - |
| HSV(B) | 324.69º | 0.99% | 0.69% | - |
| XYZ | 20.41 | 10.25 | 14 | - |
| YUV | 65.07 | 149.98 | 207.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 1 | 104 | 0 | 0.99 | 0.41 | 0.31 | 324.69 | 0.99 | 0.35 |
| Hex | B0 | 1 | 68 | 0 | 63 | 29 | 1F | 145 | 63 | 23 |
| Octal | 260 | 1 | 150 | 0 | 143 | 51 | 37 | 505 | 143 | 43 |
| Binary | 10110000 | 1 | 1101000 | 0 | 1100011 | 101001 | 11111 | 101000101 | 1100011 | 100011 |
Color Harmonies of #B00168
Complementary color
Monochromatic Colors of #B00168
Black with #B00168
Text Example
Text Example
White with #B00168
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B00168; }
p { color: rgb(176,1,104); }
H1.HeaderClassName
{
color: #B00168;
}
.AnyTagClassName
{
color: #B00168;
}
</style>
background-color css
<style>
a { background-color: #B00168; }
a { background-color: rgb(176,1,104); }
div.DivClassName
{
background-color: #B00168;
}
.BgClassName
{
background-color: #B00168;
}
</style>
border-color css
<style>
span { border-color: #B00168; }
span { border-color: rgb(176,1,104); }
td.TdClassName
{
border-color: #B00168;
}
.TagClassName
{
border-color: #B00168;
}
</style>