Shades of Jazzberry Jam #B32169
Tints of Jazzberry Jam #B32169
RGB
CMYK
RGB Variations
Color information
#B32169 (or 0xB32169) is known color: Jazzberry Jam. HEX triplet: B3, 21 and 69. RGB value is (179,33,105). Sum of RGB (Red+Green+Blue) = 179+33+105=317 (41% of max value = 765). Red value is 179 (70.31% from 255 or 56.47% from 317); Green value is 33 (13.28% from 255 or 10.41% from 317); Blue value is 105 (41.41% from 255 or 33.12% from 317); Max value from RGB is 179 - color contains mainly: red. Hex color #B32169 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B32169 is #4CDE96. Grayscale: #545454. Windows color (decimal): -5037719 or 6889907. OLE color: 6889907.
HSL color Cylindrical-coordinate representation of color #B32169: hue angle of 330.41º degrees, saturation: 0.69, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #B32169 is Cyan = 0, Magento = 0.82, Yellow = 0.41 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 33 | 105 | - |
| CMYK | 0 | 0.82 | 0.41 | 0.30 |
| HSL | 330.41º | 0.69% | 0.42% | - |
| HSV(B) | 330.41º | 0.82% | 0.7% | - |
| XYZ | 21.68 | 11.69 | 14.48 | - |
| YUV | 84.86 | 139.37 | 195.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 33 | 105 | 0 | 0.82 | 0.41 | 0.30 | 330.41 | 0.69 | 0.42 |
| Hex | B3 | 21 | 69 | 0 | 52 | 29 | 1E | 14A | 45 | 2A |
| Octal | 263 | 41 | 151 | 0 | 122 | 51 | 36 | 512 | 105 | 52 |
| Binary | 10110011 | 100001 | 1101001 | 0 | 1010010 | 101001 | 11110 | 101001010 | 1000101 | 101010 |
Color Harmonies of #B32169
Complementary color
Monochromatic Colors of #B32169
Black with #B32169
Text Example
Text Example
White with #B32169
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B32169; }
p { color: rgb(179,33,105); }
H1.HeaderClassName
{
color: #B32169;
}
.AnyTagClassName
{
color: #B32169;
}
</style>
background-color css
<style>
a { background-color: #B32169; }
a { background-color: rgb(179,33,105); }
div.DivClassName
{
background-color: #B32169;
}
.BgClassName
{
background-color: #B32169;
}
</style>
border-color css
<style>
span { border-color: #B32169; }
span { border-color: rgb(179,33,105); }
td.TdClassName
{
border-color: #B32169;
}
.TagClassName
{
border-color: #B32169;
}
</style>