Shades of Jazzberry Jam #B4014B
Tints of Jazzberry Jam #B4014B
RGB
CMYK
RGB Variations
Color information
#B4014B (or 0xB4014B) is known color: Jazzberry Jam. HEX triplet: B4, 01 and 4B. RGB value is (180,1,75). Sum of RGB (Red+Green+Blue) = 180+1+75=256 (33% of max value = 765). Red value is 180 (70.70% from 255 or 70.31% from 256); Green value is 1 (0.78% from 255 or 0.39% from 256); Blue value is 75 (29.69% from 255 or 29.30% from 256); Max value from RGB is 180 - color contains mainly: red. Hex color #B4014B is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B4014B is #4BFEB4. Grayscale: #3E3E3E. Windows color (decimal): -4980405 or 4915636. OLE color: 4915636.
HSL color Cylindrical-coordinate representation of color #B4014B: hue angle of 335.2º degrees, saturation: 0.99, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #B4014B is Cyan = 0, Magento = 0.99, Yellow = 0.58 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 1 | 75 | - |
| CMYK | 0 | 0.99 | 0.58 | 0.29 |
| HSL | 335.2º | 0.99% | 0.35% | - |
| HSV(B) | 335.2º | 0.99% | 0.71% | - |
| XYZ | 20.1 | 10.23 | 7.57 | - |
| YUV | 62.96 | 134.8 | 211.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 1 | 75 | 0 | 0.99 | 0.58 | 0.29 | 335.2 | 0.99 | 0.35 |
| Hex | B4 | 1 | 4B | 0 | 63 | 3A | 1D | 14F | 63 | 23 |
| Octal | 264 | 1 | 113 | 0 | 143 | 72 | 35 | 517 | 143 | 43 |
| Binary | 10110100 | 1 | 1001011 | 0 | 1100011 | 111010 | 11101 | 101001111 | 1100011 | 100011 |
Color Harmonies of #B4014B
Complementary color
Monochromatic Colors of #B4014B
Black with #B4014B
Text Example
Text Example
White with #B4014B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B4014B; }
p { color: rgb(180,1,75); }
H1.HeaderClassName
{
color: #B4014B;
}
.AnyTagClassName
{
color: #B4014B;
}
</style>
background-color css
<style>
a { background-color: #B4014B; }
a { background-color: rgb(180,1,75); }
div.DivClassName
{
background-color: #B4014B;
}
.BgClassName
{
background-color: #B4014B;
}
</style>
border-color css
<style>
span { border-color: #B4014B; }
span { border-color: rgb(180,1,75); }
td.TdClassName
{
border-color: #B4014B;
}
.TagClassName
{
border-color: #B4014B;
}
</style>