Shades of Jazzberry Jam #B3014A
Tints of Jazzberry Jam #B3014A
RGB
CMYK
RGB Variations
Color information
#B3014A (or 0xB3014A) is known color: Jazzberry Jam. HEX triplet: B3, 01 and 4A. RGB value is (179,1,74). Sum of RGB (Red+Green+Blue) = 179+1+74=254 (33% of max value = 765). Red value is 179 (70.31% from 255 or 70.47% from 254); Green value is 1 (0.78% from 255 or 0.39% from 254); Blue value is 74 (29.30% from 255 or 29.13% from 254); Max value from RGB is 179 - color contains mainly: red. Hex color #B3014A is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B3014A is #4CFEB5. Grayscale: #3E3E3E. Windows color (decimal): -5045942 or 4850099. OLE color: 4850099.
HSL color Cylindrical-coordinate representation of color #B3014A: hue angle of 335.39º 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 #B3014A is Cyan = 0, Magento = 0.99, Yellow = 0.59 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 1 | 74 | - |
| CMYK | 0 | 0.99 | 0.59 | 0.30 |
| HSL | 335.39º | 0.99% | 0.35% | - |
| HSV(B) | 335.39º | 0.99% | 0.7% | - |
| XYZ | 19.84 | 10.1 | 7.38 | - |
| YUV | 62.54 | 134.47 | 211.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 1 | 74 | 0 | 0.99 | 0.59 | 0.30 | 335.39 | 0.99 | 0.35 |
| Hex | B3 | 1 | 4A | 0 | 63 | 3B | 1E | 14F | 63 | 23 |
| Octal | 263 | 1 | 112 | 0 | 143 | 73 | 36 | 517 | 143 | 43 |
| Binary | 10110011 | 1 | 1001010 | 0 | 1100011 | 111011 | 11110 | 101001111 | 1100011 | 100011 |
Color Harmonies of #B3014A
Complementary color
Monochromatic Colors of #B3014A
Black with #B3014A
Text Example
Text Example
White with #B3014A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B3014A; }
p { color: rgb(179,1,74); }
H1.HeaderClassName
{
color: #B3014A;
}
.AnyTagClassName
{
color: #B3014A;
}
</style>
background-color css
<style>
a { background-color: #B3014A; }
a { background-color: rgb(179,1,74); }
div.DivClassName
{
background-color: #B3014A;
}
.BgClassName
{
background-color: #B3014A;
}
</style>
border-color css
<style>
span { border-color: #B3014A; }
span { border-color: rgb(179,1,74); }
td.TdClassName
{
border-color: #B3014A;
}
.TagClassName
{
border-color: #B3014A;
}
</style>