Shades of Jazzberry Jam #B32368
Tints of Jazzberry Jam #B32368
RGB
CMYK
RGB Variations
Color information
#B32368 (or 0xB32368) is known color: Jazzberry Jam. HEX triplet: B3, 23 and 68. RGB value is (179,35,104). Sum of RGB (Red+Green+Blue) = 179+35+104=318 (42% of max value = 765). Red value is 179 (70.31% from 255 or 56.29% from 318); Green value is 35 (14.06% from 255 or 11.01% from 318); Blue value is 104 (41.02% from 255 or 32.70% from 318); Max value from RGB is 179 - color contains mainly: red. Hex color #B32368 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B32368 is #4CDC97. Grayscale: #555555. Windows color (decimal): -5037208 or 6824883. OLE color: 6824883.
HSL color Cylindrical-coordinate representation of color #B32368: hue angle of 331.25º 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 #B32368 is Cyan = 0, Magento = 0.80, Yellow = 0.42 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 35 | 104 | - |
| CMYK | 0 | 0.80 | 0.42 | 0.30 |
| HSL | 331.25º | 0.67% | 0.42% | - |
| HSV(B) | 331.25º | 0.8% | 0.7% | - |
| XYZ | 21.69 | 11.79 | 14.23 | - |
| YUV | 85.92 | 138.21 | 194.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 35 | 104 | 0 | 0.80 | 0.42 | 0.30 | 331.25 | 0.67 | 0.42 |
| Hex | B3 | 23 | 68 | 0 | 50 | 2A | 1E | 14B | 43 | 2A |
| Octal | 263 | 43 | 150 | 0 | 120 | 52 | 36 | 513 | 103 | 52 |
| Binary | 10110011 | 100011 | 1101000 | 0 | 1010000 | 101010 | 11110 | 101001011 | 1000011 | 101010 |
Color Harmonies of #B32368
Complementary color
Monochromatic Colors of #B32368
Black with #B32368
Text Example
Text Example
White with #B32368
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B32368; }
p { color: rgb(179,35,104); }
H1.HeaderClassName
{
color: #B32368;
}
.AnyTagClassName
{
color: #B32368;
}
</style>
background-color css
<style>
a { background-color: #B32368; }
a { background-color: rgb(179,35,104); }
div.DivClassName
{
background-color: #B32368;
}
.BgClassName
{
background-color: #B32368;
}
</style>
border-color css
<style>
span { border-color: #B32368; }
span { border-color: rgb(179,35,104); }
td.TdClassName
{
border-color: #B32368;
}
.TagClassName
{
border-color: #B32368;
}
</style>