Shades of Jazzberry Jam #B7014E
Tints of Jazzberry Jam #B7014E
RGB
CMYK
RGB Variations
Color information
#B7014E (or 0xB7014E) is known color: Jazzberry Jam. HEX triplet: B7, 01 and 4E. RGB value is (183,1,78). Sum of RGB (Red+Green+Blue) = 183+1+78=262 (34% of max value = 765). Red value is 183 (71.88% from 255 or 69.85% from 262); Green value is 1 (0.78% from 255 or 0.38% from 262); Blue value is 78 (30.86% from 255 or 29.77% from 262); Max value from RGB is 183 - color contains mainly: red. Hex color #B7014E is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B7014E is #48FEB1. Grayscale: #404040. Windows color (decimal): -4783794 or 5112247. OLE color: 5112247.
HSL color Cylindrical-coordinate representation of color #B7014E: hue angle of 334.62º degrees, saturation: 0.99, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #B7014E is Cyan = 0, Magento = 0.99, Yellow = 0.57 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 1 | 78 | - |
| CMYK | 0 | 0.99 | 0.57 | 0.28 |
| HSL | 334.62º | 0.99% | 0.36% | - |
| HSV(B) | 334.62º | 0.99% | 0.72% | - |
| XYZ | 20.91 | 10.64 | 8.16 | - |
| YUV | 64.2 | 135.8 | 212.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 1 | 78 | 0 | 0.99 | 0.57 | 0.28 | 334.62 | 0.99 | 0.36 |
| Hex | B7 | 1 | 4E | 0 | 63 | 39 | 1C | 14F | 63 | 24 |
| Octal | 267 | 1 | 116 | 0 | 143 | 71 | 34 | 517 | 143 | 44 |
| Binary | 10110111 | 1 | 1001110 | 0 | 1100011 | 111001 | 11100 | 101001111 | 1100011 | 100100 |
Color Harmonies of #B7014E
Complementary color
Monochromatic Colors of #B7014E
Black with #B7014E
Text Example
Text Example
White with #B7014E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7014E; }
p { color: rgb(183,1,78); }
H1.HeaderClassName
{
color: #B7014E;
}
.AnyTagClassName
{
color: #B7014E;
}
</style>
background-color css
<style>
a { background-color: #B7014E; }
a { background-color: rgb(183,1,78); }
div.DivClassName
{
background-color: #B7014E;
}
.BgClassName
{
background-color: #B7014E;
}
</style>
border-color css
<style>
span { border-color: #B7014E; }
span { border-color: rgb(183,1,78); }
td.TdClassName
{
border-color: #B7014E;
}
.TagClassName
{
border-color: #B7014E;
}
</style>