Shades of Jazzberry Jam #B00165
Tints of Jazzberry Jam #B00165
RGB
CMYK
RGB Variations
Color information
#B00165 (or 0xB00165) is known color: Jazzberry Jam. HEX triplet: B0, 01 and 65. RGB value is (176,1,101). Sum of RGB (Red+Green+Blue) = 176+1+101=278 (36% of max value = 765). Red value is 176 (69.14% from 255 or 63.31% from 278); Green value is 1 (0.78% from 255 or 0.36% from 278); Blue value is 101 (39.84% from 255 or 36.33% from 278); Max value from RGB is 176 - color contains mainly: red. Hex color #B00165 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #B00165 is #4FFE9A. Grayscale: #404040. Windows color (decimal): -5242523 or 6619568. OLE color: 6619568.
HSL color Cylindrical-coordinate representation of color #B00165: hue angle of 325.71º 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 #B00165 is Cyan = 0, Magento = 0.99, Yellow = 0.43 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 1 | 101 | - |
| CMYK | 0 | 0.99 | 0.43 | 0.31 |
| HSL | 325.71º | 0.99% | 0.35% | - |
| HSV(B) | 325.71º | 0.99% | 0.69% | - |
| XYZ | 20.26 | 10.19 | 13.21 | - |
| YUV | 64.73 | 148.48 | 207.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 1 | 101 | 0 | 0.99 | 0.43 | 0.31 | 325.71 | 0.99 | 0.35 |
| Hex | B0 | 1 | 65 | 0 | 63 | 2B | 1F | 146 | 63 | 23 |
| Octal | 260 | 1 | 145 | 0 | 143 | 53 | 37 | 506 | 143 | 43 |
| Binary | 10110000 | 1 | 1100101 | 0 | 1100011 | 101011 | 11111 | 101000110 | 1100011 | 100011 |
Color Harmonies of #B00165
Complementary color
Monochromatic Colors of #B00165
Black with #B00165
Text Example
Text Example
White with #B00165
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B00165; }
p { color: rgb(176,1,101); }
H1.HeaderClassName
{
color: #B00165;
}
.AnyTagClassName
{
color: #B00165;
}
</style>
background-color css
<style>
a { background-color: #B00165; }
a { background-color: rgb(176,1,101); }
div.DivClassName
{
background-color: #B00165;
}
.BgClassName
{
background-color: #B00165;
}
</style>
border-color css
<style>
span { border-color: #B00165; }
span { border-color: rgb(176,1,101); }
td.TdClassName
{
border-color: #B00165;
}
.TagClassName
{
border-color: #B00165;
}
</style>