Shades of Jazzberry Jam #B2034A
Tints of Jazzberry Jam #B2034A
RGB
CMYK
RGB Variations
Color information
#B2034A (or 0xB2034A) is known color: Jazzberry Jam. HEX triplet: B2, 03 and 4A. RGB value is (178,3,74). Sum of RGB (Red+Green+Blue) = 178+3+74=255 (33% of max value = 765). Red value is 178 (69.92% from 255 or 69.80% from 255); Green value is 3 (1.56% from 255 or 1.18% from 255); Blue value is 74 (29.30% from 255 or 29.02% from 255); Max value from RGB is 178 - color contains mainly: red. Hex color #B2034A is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #B2034A is #4DFCB5. Grayscale: #3F3F3F. Windows color (decimal): -5110966 or 4850610. OLE color: 4850610.
HSL color Cylindrical-coordinate representation of color #B2034A: hue angle of 335.66º degrees, saturation: 0.97, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #B2034A is Cyan = 0, Magento = 0.98, Yellow = 0.58 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 3 | 74 | - |
| CMYK | 0 | 0.98 | 0.58 | 0.30 |
| HSL | 335.66º | 0.97% | 0.35% | - |
| HSV(B) | 335.66º | 0.98% | 0.7% | - |
| XYZ | 19.63 | 10.02 | 7.38 | - |
| YUV | 63.42 | 133.98 | 209.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 3 | 74 | 0 | 0.98 | 0.58 | 0.30 | 335.66 | 0.97 | 0.35 |
| Hex | B2 | 3 | 4A | 0 | 62 | 3A | 1E | 150 | 61 | 23 |
| Octal | 262 | 3 | 112 | 0 | 142 | 72 | 36 | 520 | 141 | 43 |
| Binary | 10110010 | 11 | 1001010 | 0 | 1100010 | 111010 | 11110 | 101010000 | 1100001 | 100011 |
Color Harmonies of #B2034A
Complementary color
Monochromatic Colors of #B2034A
Black with #B2034A
Text Example
Text Example
White with #B2034A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2034A; }
p { color: rgb(178,3,74); }
H1.HeaderClassName
{
color: #B2034A;
}
.AnyTagClassName
{
color: #B2034A;
}
</style>
background-color css
<style>
a { background-color: #B2034A; }
a { background-color: rgb(178,3,74); }
div.DivClassName
{
background-color: #B2034A;
}
.BgClassName
{
background-color: #B2034A;
}
</style>
border-color css
<style>
span { border-color: #B2034A; }
span { border-color: rgb(178,3,74); }
td.TdClassName
{
border-color: #B2034A;
}
.TagClassName
{
border-color: #B2034A;
}
</style>