Shades of Jazzberry Jam #B32467
Tints of Jazzberry Jam #B32467
RGB
CMYK
RGB Variations
Color information
#B32467 (or 0xB32467) is known color: Jazzberry Jam. HEX triplet: B3, 24 and 67. RGB value is (179,36,103). Sum of RGB (Red+Green+Blue) = 179+36+103=318 (42% of max value = 765). Red value is 179 (70.31% from 255 or 56.29% from 318); Green value is 36 (14.45% from 255 or 11.32% from 318); Blue value is 103 (40.62% from 255 or 32.39% from 318); Max value from RGB is 179 - color contains mainly: red. Hex color #B32467 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B32467 is #4CDB98. Grayscale: #565656. Windows color (decimal): -5036953 or 6759603. OLE color: 6759603.
HSL color Cylindrical-coordinate representation of color #B32467: hue angle of 331.89º degrees, saturation: 0.67, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #B32467 is Cyan = 0, Magento = 0.80, Yellow = 0.42 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 36 | 103 | - |
| CMYK | 0 | 0.80 | 0.42 | 0.30 |
| HSL | 331.89º | 0.67% | 0.42% | - |
| HSV(B) | 331.89º | 0.8% | 0.7% | - |
| XYZ | 21.67 | 11.82 | 13.97 | - |
| YUV | 86.4 | 137.38 | 194.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 36 | 103 | 0 | 0.80 | 0.42 | 0.30 | 331.89 | 0.67 | 0.42 |
| Hex | B3 | 24 | 67 | 0 | 50 | 2A | 1E | 14C | 43 | 2A |
| Octal | 263 | 44 | 147 | 0 | 120 | 52 | 36 | 514 | 103 | 52 |
| Binary | 10110011 | 100100 | 1100111 | 0 | 1010000 | 101010 | 11110 | 101001100 | 1000011 | 101010 |
Color Harmonies of #B32467
Complementary color
Monochromatic Colors of #B32467
Black with #B32467
Text Example
Text Example
White with #B32467
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B32467; }
p { color: rgb(179,36,103); }
H1.HeaderClassName
{
color: #B32467;
}
.AnyTagClassName
{
color: #B32467;
}
</style>
background-color css
<style>
a { background-color: #B32467; }
a { background-color: rgb(179,36,103); }
div.DivClassName
{
background-color: #B32467;
}
.BgClassName
{
background-color: #B32467;
}
</style>
border-color css
<style>
span { border-color: #B32467; }
span { border-color: rgb(179,36,103); }
td.TdClassName
{
border-color: #B32467;
}
.TagClassName
{
border-color: #B32467;
}
</style>