Shades of Jazzberry Jam #B3014D
Tints of Jazzberry Jam #B3014D
RGB
CMYK
RGB Variations
Color information
#B3014D (or 0xB3014D) is known color: Jazzberry Jam. HEX triplet: B3, 01 and 4D. RGB value is (179,1,77). Sum of RGB (Red+Green+Blue) = 179+1+77=257 (34% of max value = 765). Red value is 179 (70.31% from 255 or 69.65% from 257); Green value is 1 (0.78% from 255 or 0.39% from 257); Blue value is 77 (30.47% from 255 or 29.96% from 257); Max value from RGB is 179 - color contains mainly: red. Hex color #B3014D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B3014D is #4CFEB2. Grayscale: #3E3E3E. Windows color (decimal): -5045939 or 5046707. OLE color: 5046707.
HSL color Cylindrical-coordinate representation of color #B3014D: hue angle of 334.38º 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 #B3014D is Cyan = 0, Magento = 0.99, Yellow = 0.57 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 1 | 77 | - |
| CMYK | 0 | 0.99 | 0.57 | 0.30 |
| HSL | 334.38º | 0.99% | 0.35% | - |
| HSV(B) | 334.38º | 0.99% | 0.7% | - |
| XYZ | 19.94 | 10.14 | 7.93 | - |
| YUV | 62.89 | 135.97 | 210.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 1 | 77 | 0 | 0.99 | 0.57 | 0.30 | 334.38 | 0.99 | 0.35 |
| Hex | B3 | 1 | 4D | 0 | 63 | 39 | 1E | 14E | 63 | 23 |
| Octal | 263 | 1 | 115 | 0 | 143 | 71 | 36 | 516 | 143 | 43 |
| Binary | 10110011 | 1 | 1001101 | 0 | 1100011 | 111001 | 11110 | 101001110 | 1100011 | 100011 |
Color Harmonies of #B3014D
Complementary color
Monochromatic Colors of #B3014D
Black with #B3014D
Text Example
Text Example
White with #B3014D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B3014D; }
p { color: rgb(179,1,77); }
H1.HeaderClassName
{
color: #B3014D;
}
.AnyTagClassName
{
color: #B3014D;
}
</style>
background-color css
<style>
a { background-color: #B3014D; }
a { background-color: rgb(179,1,77); }
div.DivClassName
{
background-color: #B3014D;
}
.BgClassName
{
background-color: #B3014D;
}
</style>
border-color css
<style>
span { border-color: #B3014D; }
span { border-color: rgb(179,1,77); }
td.TdClassName
{
border-color: #B3014D;
}
.TagClassName
{
border-color: #B3014D;
}
</style>