Shades of Jazzberry Jam #B30244
Tints of Jazzberry Jam #B30244
RGB
CMYK
RGB Variations
Color information
#B30244 (or 0xB30244) is known color: Jazzberry Jam. HEX triplet: B3, 02 and 44. RGB value is (179,2,68). Sum of RGB (Red+Green+Blue) = 179+2+68=249 (32% of max value = 765). Red value is 179 (70.31% from 255 or 71.89% from 249); Green value is 2 (1.17% from 255 or 0.80% from 249); Blue value is 68 (26.95% from 255 or 27.31% from 249); Max value from RGB is 179 - color contains mainly: red. Hex color #B30244 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B30244 is #4CFDBB. Grayscale: #3E3E3E. Windows color (decimal): -5045692 or 4457139. OLE color: 4457139.
HSL color Cylindrical-coordinate representation of color #B30244: hue angle of 337.63º degrees, saturation: 0.98, 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 #B30244 is Cyan = 0, Magento = 0.99, Yellow = 0.62 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 2 | 68 | - |
| CMYK | 0 | 0.99 | 0.62 | 0.30 |
| HSL | 337.63º | 0.98% | 0.35% | - |
| HSV(B) | 337.63º | 0.99% | 0.7% | - |
| XYZ | 19.66 | 10.04 | 6.37 | - |
| YUV | 62.45 | 131.14 | 211.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 2 | 68 | 0 | 0.99 | 0.62 | 0.30 | 337.63 | 0.98 | 0.35 |
| Hex | B3 | 2 | 44 | 0 | 63 | 3E | 1E | 152 | 62 | 23 |
| Octal | 263 | 2 | 104 | 0 | 143 | 76 | 36 | 522 | 142 | 43 |
| Binary | 10110011 | 10 | 1000100 | 0 | 1100011 | 111110 | 11110 | 101010010 | 1100010 | 100011 |
Color Harmonies of #B30244
Complementary color
Monochromatic Colors of #B30244
Black with #B30244
Text Example
Text Example
White with #B30244
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B30244; }
p { color: rgb(179,2,68); }
H1.HeaderClassName
{
color: #B30244;
}
.AnyTagClassName
{
color: #B30244;
}
</style>
background-color css
<style>
a { background-color: #B30244; }
a { background-color: rgb(179,2,68); }
div.DivClassName
{
background-color: #B30244;
}
.BgClassName
{
background-color: #B30244;
}
</style>
border-color css
<style>
span { border-color: #B30244; }
span { border-color: rgb(179,2,68); }
td.TdClassName
{
border-color: #B30244;
}
.TagClassName
{
border-color: #B30244;
}
</style>