Shades of Jazzberry Jam #B4025A
Tints of Jazzberry Jam #B4025A
RGB
CMYK
RGB Variations
Color information
#B4025A (or 0xB4025A) is known color: Jazzberry Jam. HEX triplet: B4, 02 and 5A. RGB value is (180,2,90). Sum of RGB (Red+Green+Blue) = 180+2+90=272 (36% of max value = 765). Red value is 180 (70.70% from 255 or 66.18% from 272); Green value is 2 (1.17% from 255 or 0.74% from 272); Blue value is 90 (35.55% from 255 or 33.09% from 272); Max value from RGB is 180 - color contains mainly: red. Hex color #B4025A is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B4025A is #4BFDA5. Grayscale: #414141. Windows color (decimal): -4980134 or 5898932. OLE color: 5898932.
HSL color Cylindrical-coordinate representation of color #B4025A: hue angle of 330.34º degrees, saturation: 0.98, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #B4025A is Cyan = 0, Magento = 0.99, Yellow = 0.50 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 2 | 90 | - |
| CMYK | 0 | 0.99 | 0.50 | 0.29 |
| HSL | 330.34º | 0.98% | 0.36% | - |
| HSV(B) | 330.34º | 0.99% | 0.71% | - |
| XYZ | 20.69 | 10.48 | 10.61 | - |
| YUV | 65.25 | 141.97 | 209.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 2 | 90 | 0 | 0.99 | 0.50 | 0.29 | 330.34 | 0.98 | 0.36 |
| Hex | B4 | 2 | 5A | 0 | 63 | 32 | 1D | 14A | 62 | 24 |
| Octal | 264 | 2 | 132 | 0 | 143 | 62 | 35 | 512 | 142 | 44 |
| Binary | 10110100 | 10 | 1011010 | 0 | 1100011 | 110010 | 11101 | 101001010 | 1100010 | 100100 |
Color Harmonies of #B4025A
Complementary color
Monochromatic Colors of #B4025A
Black with #B4025A
Text Example
Text Example
White with #B4025A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B4025A; }
p { color: rgb(180,2,90); }
H1.HeaderClassName
{
color: #B4025A;
}
.AnyTagClassName
{
color: #B4025A;
}
</style>
background-color css
<style>
a { background-color: #B4025A; }
a { background-color: rgb(180,2,90); }
div.DivClassName
{
background-color: #B4025A;
}
.BgClassName
{
background-color: #B4025A;
}
</style>
border-color css
<style>
span { border-color: #B4025A; }
span { border-color: rgb(180,2,90); }
td.TdClassName
{
border-color: #B4025A;
}
.TagClassName
{
border-color: #B4025A;
}
</style>