Shades of Jazzberry Jam #B4035A
Tints of Jazzberry Jam #B4035A
RGB
CMYK
RGB Variations
Color information
#B4035A (or 0xB4035A) is known color: Jazzberry Jam. HEX triplet: B4, 03 and 5A. RGB value is (180,3,90). Sum of RGB (Red+Green+Blue) = 180+3+90=273 (36% of max value = 765). Red value is 180 (70.70% from 255 or 65.93% from 273); Green value is 3 (1.56% from 255 or 1.10% from 273); Blue value is 90 (35.55% from 255 or 32.97% from 273); Max value from RGB is 180 - color contains mainly: red. Hex color #B4035A is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B4035A is #4BFCA5. Grayscale: #414141. Windows color (decimal): -4979878 or 5899188. OLE color: 5899188.
HSL color Cylindrical-coordinate representation of color #B4035A: hue angle of 330.51º degrees, saturation: 0.97, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #B4035A is Cyan = 0, Magento = 0.98, Yellow = 0.50 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 3 | 90 | - |
| CMYK | 0 | 0.98 | 0.50 | 0.29 |
| HSL | 330.51º | 0.97% | 0.36% | - |
| HSV(B) | 330.51º | 0.98% | 0.71% | - |
| XYZ | 20.7 | 10.51 | 10.61 | - |
| YUV | 65.84 | 141.64 | 209.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 3 | 90 | 0 | 0.98 | 0.50 | 0.29 | 330.51 | 0.97 | 0.36 |
| Hex | B4 | 3 | 5A | 0 | 62 | 32 | 1D | 14B | 61 | 24 |
| Octal | 264 | 3 | 132 | 0 | 142 | 62 | 35 | 513 | 141 | 44 |
| Binary | 10110100 | 11 | 1011010 | 0 | 1100010 | 110010 | 11101 | 101001011 | 1100001 | 100100 |
Color Harmonies of #B4035A
Complementary color
Monochromatic Colors of #B4035A
Black with #B4035A
Text Example
Text Example
White with #B4035A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B4035A; }
p { color: rgb(180,3,90); }
H1.HeaderClassName
{
color: #B4035A;
}
.AnyTagClassName
{
color: #B4035A;
}
</style>
background-color css
<style>
a { background-color: #B4035A; }
a { background-color: rgb(180,3,90); }
div.DivClassName
{
background-color: #B4035A;
}
.BgClassName
{
background-color: #B4035A;
}
</style>
border-color css
<style>
span { border-color: #B4035A; }
span { border-color: rgb(180,3,90); }
td.TdClassName
{
border-color: #B4035A;
}
.TagClassName
{
border-color: #B4035A;
}
</style>