Shades of Jazzberry Jam #B3014C
Tints of Jazzberry Jam #B3014C
RGB
CMYK
RGB Variations
Color information
#B3014C (or 0xB3014C) is known color: Jazzberry Jam. HEX triplet: B3, 01 and 4C. RGB value is (179,1,76). Sum of RGB (Red+Green+Blue) = 179+1+76=256 (33% of max value = 765). Red value is 179 (70.31% from 255 or 69.92% from 256); Green value is 1 (0.78% from 255 or 0.39% from 256); Blue value is 76 (30.08% from 255 or 29.69% from 256); Max value from RGB is 179 - color contains mainly: red. Hex color #B3014C is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B3014C is #4CFEB3. Grayscale: #3E3E3E. Windows color (decimal): -5045940 or 4981171. OLE color: 4981171.
HSL color Cylindrical-coordinate representation of color #B3014C: hue angle of 334.72º degrees, saturation: 0.99, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #B3014C is Cyan = 0, Magento = 0.99, Yellow = 0.58 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 1 | 76 | - |
| CMYK | 0 | 0.99 | 0.58 | 0.30 |
| HSL | 334.72º | 0.99% | 0.35% | - |
| HSV(B) | 334.72º | 0.99% | 0.7% | - |
| XYZ | 19.91 | 10.13 | 7.74 | - |
| YUV | 62.77 | 135.47 | 210.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 1 | 76 | 0 | 0.99 | 0.58 | 0.30 | 334.72 | 0.99 | 0.35 |
| Hex | B3 | 1 | 4C | 0 | 63 | 3A | 1E | 14F | 63 | 23 |
| Octal | 263 | 1 | 114 | 0 | 143 | 72 | 36 | 517 | 143 | 43 |
| Binary | 10110011 | 1 | 1001100 | 0 | 1100011 | 111010 | 11110 | 101001111 | 1100011 | 100011 |
Color Harmonies of #B3014C
Complementary color
Monochromatic Colors of #B3014C
Black with #B3014C
Text Example
Text Example
White with #B3014C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B3014C; }
p { color: rgb(179,1,76); }
H1.HeaderClassName
{
color: #B3014C;
}
.AnyTagClassName
{
color: #B3014C;
}
</style>
background-color css
<style>
a { background-color: #B3014C; }
a { background-color: rgb(179,1,76); }
div.DivClassName
{
background-color: #B3014C;
}
.BgClassName
{
background-color: #B3014C;
}
</style>
border-color css
<style>
span { border-color: #B3014C; }
span { border-color: rgb(179,1,76); }
td.TdClassName
{
border-color: #B3014C;
}
.TagClassName
{
border-color: #B3014C;
}
</style>