Shades of Jazzberry Jam #B3144D
Tints of Jazzberry Jam #B3144D
RGB
CMYK
RGB Variations
Color information
#B3144D (or 0xB3144D) is known color: Jazzberry Jam. HEX triplet: B3, 14 and 4D. RGB value is (179,20,77). Sum of RGB (Red+Green+Blue) = 179+20+77=276 (36% of max value = 765). Red value is 179 (70.31% from 255 or 64.86% from 276); Green value is 20 (8.20% from 255 or 7.25% from 276); Blue value is 77 (30.47% from 255 or 27.90% from 276); Max value from RGB is 179 - color contains mainly: red. Hex color #B3144D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B3144D is #4CEBB2. Grayscale: #494949. Windows color (decimal): -5041075 or 5051571. OLE color: 5051571.
HSL color Cylindrical-coordinate representation of color #B3144D: hue angle of 338.49º degrees, saturation: 0.8, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #B3144D is Cyan = 0, Magento = 0.89, Yellow = 0.57 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 20 | 77 | - |
| CMYK | 0 | 0.89 | 0.57 | 0.30 |
| HSL | 338.49º | 0.8% | 0.39% | - |
| HSV(B) | 338.49º | 0.89% | 0.7% | - |
| XYZ | 20.18 | 10.62 | 8.01 | - |
| YUV | 74.04 | 129.68 | 202.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 20 | 77 | 0 | 0.89 | 0.57 | 0.30 | 338.49 | 0.8 | 0.39 |
| Hex | B3 | 14 | 4D | 0 | 59 | 39 | 1E | 152 | 50 | 27 |
| Octal | 263 | 24 | 115 | 0 | 131 | 71 | 36 | 522 | 120 | 47 |
| Binary | 10110011 | 10100 | 1001101 | 0 | 1011001 | 111001 | 11110 | 101010010 | 1010000 | 100111 |
Color Harmonies of #B3144D
Complementary color
Monochromatic Colors of #B3144D
Black with #B3144D
Text Example
Text Example
White with #B3144D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B3144D; }
p { color: rgb(179,20,77); }
H1.HeaderClassName
{
color: #B3144D;
}
.AnyTagClassName
{
color: #B3144D;
}
</style>
background-color css
<style>
a { background-color: #B3144D; }
a { background-color: rgb(179,20,77); }
div.DivClassName
{
background-color: #B3144D;
}
.BgClassName
{
background-color: #B3144D;
}
</style>
border-color css
<style>
span { border-color: #B3144D; }
span { border-color: rgb(179,20,77); }
td.TdClassName
{
border-color: #B3144D;
}
.TagClassName
{
border-color: #B3144D;
}
</style>