Shades of Jazzberry Jam #B1014E
Tints of Jazzberry Jam #B1014E
RGB
CMYK
RGB Variations
Color information
#B1014E (or 0xB1014E) is known color: Jazzberry Jam. HEX triplet: B1, 01 and 4E. RGB value is (177,1,78). Sum of RGB (Red+Green+Blue) = 177+1+78=256 (33% of max value = 765). Red value is 177 (69.53% from 255 or 69.14% from 256); Green value is 1 (0.78% from 255 or 0.39% from 256); Blue value is 78 (30.86% from 255 or 30.47% from 256); Max value from RGB is 177 - color contains mainly: red. Hex color #B1014E is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #B1014E is #4EFEB1. Grayscale: #3E3E3E. Windows color (decimal): -5177010 or 5112241. OLE color: 5112241.
HSL color Cylindrical-coordinate representation of color #B1014E: hue angle of 333.75º 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 #B1014E is Cyan = 0, Magento = 0.99, Yellow = 0.56 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 1 | 78 | - |
| CMYK | 0 | 0.99 | 0.56 | 0.31 |
| HSL | 333.75º | 0.99% | 0.35% | - |
| HSV(B) | 333.75º | 0.99% | 0.69% | - |
| XYZ | 19.52 | 9.92 | 8.09 | - |
| YUV | 62.4 | 136.81 | 209.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 1 | 78 | 0 | 0.99 | 0.56 | 0.31 | 333.75 | 0.99 | 0.35 |
| Hex | B1 | 1 | 4E | 0 | 63 | 38 | 1F | 14E | 63 | 23 |
| Octal | 261 | 1 | 116 | 0 | 143 | 70 | 37 | 516 | 143 | 43 |
| Binary | 10110001 | 1 | 1001110 | 0 | 1100011 | 111000 | 11111 | 101001110 | 1100011 | 100011 |
Color Harmonies of #B1014E
Complementary color
Monochromatic Colors of #B1014E
Black with #B1014E
Text Example
Text Example
White with #B1014E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1014E; }
p { color: rgb(177,1,78); }
H1.HeaderClassName
{
color: #B1014E;
}
.AnyTagClassName
{
color: #B1014E;
}
</style>
background-color css
<style>
a { background-color: #B1014E; }
a { background-color: rgb(177,1,78); }
div.DivClassName
{
background-color: #B1014E;
}
.BgClassName
{
background-color: #B1014E;
}
</style>
border-color css
<style>
span { border-color: #B1014E; }
span { border-color: rgb(177,1,78); }
td.TdClassName
{
border-color: #B1014E;
}
.TagClassName
{
border-color: #B1014E;
}
</style>