Shades of Jazzberry Jam #B01A6B
Tints of Jazzberry Jam #B01A6B
RGB
CMYK
RGB Variations
Color information
#B01A6B (or 0xB01A6B) is known color: Jazzberry Jam. HEX triplet: B0, 1A and 6B. RGB value is (176,26,107). Sum of RGB (Red+Green+Blue) = 176+26+107=309 (40% of max value = 765). Red value is 176 (69.14% from 255 or 56.96% from 309); Green value is 26 (10.55% from 255 or 8.41% from 309); Blue value is 107 (42.19% from 255 or 34.63% from 309); Max value from RGB is 176 - color contains mainly: red. Hex color #B01A6B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B01A6B is #4FE594. Grayscale: #4F4F4F. Windows color (decimal): -5236117 or 7019184. OLE color: 7019184.
HSL color Cylindrical-coordinate representation of color #B01A6B: hue angle of 327.6º degrees, saturation: 0.74, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #B01A6B is Cyan = 0, Magento = 0.85, Yellow = 0.39 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 26 | 107 | - |
| CMYK | 0 | 0.85 | 0.39 | 0.31 |
| HSL | 327.6º | 0.74% | 0.4% | - |
| HSV(B) | 327.6º | 0.85% | 0.69% | - |
| XYZ | 20.93 | 11.03 | 14.94 | - |
| YUV | 80.08 | 143.2 | 196.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 26 | 107 | 0 | 0.85 | 0.39 | 0.31 | 327.6 | 0.74 | 0.4 |
| Hex | B0 | 1A | 6B | 0 | 55 | 27 | 1F | 148 | 4A | 28 |
| Octal | 260 | 32 | 153 | 0 | 125 | 47 | 37 | 510 | 112 | 50 |
| Binary | 10110000 | 11010 | 1101011 | 0 | 1010101 | 100111 | 11111 | 101001000 | 1001010 | 101000 |
Color Harmonies of #B01A6B
Complementary color
Monochromatic Colors of #B01A6B
Black with #B01A6B
Text Example
Text Example
White with #B01A6B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B01A6B; }
p { color: rgb(176,26,107); }
H1.HeaderClassName
{
color: #B01A6B;
}
.AnyTagClassName
{
color: #B01A6B;
}
</style>
background-color css
<style>
a { background-color: #B01A6B; }
a { background-color: rgb(176,26,107); }
div.DivClassName
{
background-color: #B01A6B;
}
.BgClassName
{
background-color: #B01A6B;
}
</style>
border-color css
<style>
span { border-color: #B01A6B; }
span { border-color: rgb(176,26,107); }
td.TdClassName
{
border-color: #B01A6B;
}
.TagClassName
{
border-color: #B01A6B;
}
</style>