Shades of Jazzberry Jam #B4025F
Tints of Jazzberry Jam #B4025F
RGB
CMYK
RGB Variations
Color information
#B4025F (or 0xB4025F) is known color: Jazzberry Jam. HEX triplet: B4, 02 and 5F. RGB value is (180,2,95). Sum of RGB (Red+Green+Blue) = 180+2+95=277 (36% of max value = 765). Red value is 180 (70.70% from 255 or 64.98% from 277); Green value is 2 (1.17% from 255 or 0.72% from 277); Blue value is 95 (37.5% from 255 or 34.30% from 277); Max value from RGB is 180 - color contains mainly: red. Hex color #B4025F is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B4025F is #4BFDA0. Grayscale: #414141. Windows color (decimal): -4980129 or 6226612. OLE color: 6226612.
HSL color Cylindrical-coordinate representation of color #B4025F: hue angle of 328.65º 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 #B4025F is Cyan = 0, Magento = 0.99, Yellow = 0.47 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 2 | 95 | - |
| CMYK | 0 | 0.99 | 0.47 | 0.29 |
| HSL | 328.65º | 0.98% | 0.36% | - |
| HSV(B) | 328.65º | 0.99% | 0.71% | - |
| XYZ | 20.91 | 10.57 | 11.77 | - |
| YUV | 65.82 | 144.47 | 209.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 2 | 95 | 0 | 0.99 | 0.47 | 0.29 | 328.65 | 0.98 | 0.36 |
| Hex | B4 | 2 | 5F | 0 | 63 | 2F | 1D | 149 | 62 | 24 |
| Octal | 264 | 2 | 137 | 0 | 143 | 57 | 35 | 511 | 142 | 44 |
| Binary | 10110100 | 10 | 1011111 | 0 | 1100011 | 101111 | 11101 | 101001001 | 1100010 | 100100 |
Color Harmonies of #B4025F
Complementary color
Monochromatic Colors of #B4025F
Black with #B4025F
Text Example
Text Example
White with #B4025F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B4025F; }
p { color: rgb(180,2,95); }
H1.HeaderClassName
{
color: #B4025F;
}
.AnyTagClassName
{
color: #B4025F;
}
</style>
background-color css
<style>
a { background-color: #B4025F; }
a { background-color: rgb(180,2,95); }
div.DivClassName
{
background-color: #B4025F;
}
.BgClassName
{
background-color: #B4025F;
}
</style>
border-color css
<style>
span { border-color: #B4025F; }
span { border-color: rgb(180,2,95); }
td.TdClassName
{
border-color: #B4025F;
}
.TagClassName
{
border-color: #B4025F;
}
</style>