Shades of Jazzberry Jam #B30144
Tints of Jazzberry Jam #B30144
RGB
CMYK
RGB Variations
Color information
#B30144 (or 0xB30144) is known color: Jazzberry Jam. HEX triplet: B3, 01 and 44. RGB value is (179,1,68). Sum of RGB (Red+Green+Blue) = 179+1+68=248 (32% of max value = 765). Red value is 179 (70.31% from 255 or 72.18% from 248); Green value is 1 (0.78% from 255 or 0.40% from 248); Blue value is 68 (26.95% from 255 or 27.42% from 248); Max value from RGB is 179 - color contains mainly: red. Hex color #B30144 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B30144 is #4CFEBB. Grayscale: #3D3D3D. Windows color (decimal): -5045948 or 4456883. OLE color: 4456883.
HSL color Cylindrical-coordinate representation of color #B30144: hue angle of 337.42º 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 #B30144 is Cyan = 0, Magento = 0.99, Yellow = 0.62 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 1 | 68 | - |
| CMYK | 0 | 0.99 | 0.62 | 0.30 |
| HSL | 337.42º | 0.99% | 0.35% | - |
| HSV(B) | 337.42º | 0.99% | 0.7% | - |
| XYZ | 19.64 | 10.02 | 6.37 | - |
| YUV | 61.86 | 131.47 | 211.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 1 | 68 | 0 | 0.99 | 0.62 | 0.30 | 337.42 | 0.99 | 0.35 |
| Hex | B3 | 1 | 44 | 0 | 63 | 3E | 1E | 151 | 63 | 23 |
| Octal | 263 | 1 | 104 | 0 | 143 | 76 | 36 | 521 | 143 | 43 |
| Binary | 10110011 | 1 | 1000100 | 0 | 1100011 | 111110 | 11110 | 101010001 | 1100011 | 100011 |
Color Harmonies of #B30144
Complementary color
Monochromatic Colors of #B30144
Black with #B30144
Text Example
Text Example
White with #B30144
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B30144; }
p { color: rgb(179,1,68); }
H1.HeaderClassName
{
color: #B30144;
}
.AnyTagClassName
{
color: #B30144;
}
</style>
background-color css
<style>
a { background-color: #B30144; }
a { background-color: rgb(179,1,68); }
div.DivClassName
{
background-color: #B30144;
}
.BgClassName
{
background-color: #B30144;
}
</style>
border-color css
<style>
span { border-color: #B30144; }
span { border-color: rgb(179,1,68); }
td.TdClassName
{
border-color: #B30144;
}
.TagClassName
{
border-color: #B30144;
}
</style>