Shades of Jazzberry Jam #B32269
Tints of Jazzberry Jam #B32269
RGB
CMYK
RGB Variations
Color information
#B32269 (or 0xB32269) is known color: Jazzberry Jam. HEX triplet: B3, 22 and 69. RGB value is (179,34,105). Sum of RGB (Red+Green+Blue) = 179+34+105=318 (42% of max value = 765). Red value is 179 (70.31% from 255 or 56.29% from 318); Green value is 34 (13.67% from 255 or 10.69% from 318); Blue value is 105 (41.41% from 255 or 33.02% from 318); Max value from RGB is 179 - color contains mainly: red. Hex color #B32269 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B32269 is #4CDD96. Grayscale: #555555. Windows color (decimal): -5037463 or 6890163. OLE color: 6890163.
HSL color Cylindrical-coordinate representation of color #B32269: hue angle of 330.62º degrees, saturation: 0.68, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #B32269 is Cyan = 0, Magento = 0.81, Yellow = 0.41 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 34 | 105 | - |
| CMYK | 0 | 0.81 | 0.41 | 0.30 |
| HSL | 330.62º | 0.68% | 0.42% | - |
| HSV(B) | 330.62º | 0.81% | 0.7% | - |
| XYZ | 21.71 | 11.75 | 14.49 | - |
| YUV | 85.45 | 139.04 | 194.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 34 | 105 | 0 | 0.81 | 0.41 | 0.30 | 330.62 | 0.68 | 0.42 |
| Hex | B3 | 22 | 69 | 0 | 51 | 29 | 1E | 14B | 44 | 2A |
| Octal | 263 | 42 | 151 | 0 | 121 | 51 | 36 | 513 | 104 | 52 |
| Binary | 10110011 | 100010 | 1101001 | 0 | 1010001 | 101001 | 11110 | 101001011 | 1000100 | 101010 |
Color Harmonies of #B32269
Complementary color
Monochromatic Colors of #B32269
Black with #B32269
Text Example
Text Example
White with #B32269
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B32269; }
p { color: rgb(179,34,105); }
H1.HeaderClassName
{
color: #B32269;
}
.AnyTagClassName
{
color: #B32269;
}
</style>
background-color css
<style>
a { background-color: #B32269; }
a { background-color: rgb(179,34,105); }
div.DivClassName
{
background-color: #B32269;
}
.BgClassName
{
background-color: #B32269;
}
</style>
border-color css
<style>
span { border-color: #B32269; }
span { border-color: rgb(179,34,105); }
td.TdClassName
{
border-color: #B32269;
}
.TagClassName
{
border-color: #B32269;
}
</style>