Shades of Jazzberry Jam #B3226B
Tints of Jazzberry Jam #B3226B
RGB
CMYK
RGB Variations
Color information
#B3226B (or 0xB3226B) is known color: Jazzberry Jam. HEX triplet: B3, 22 and 6B. RGB value is (179,34,107). Sum of RGB (Red+Green+Blue) = 179+34+107=320 (42% of max value = 765). Red value is 179 (70.31% from 255 or 55.94% from 320); Green value is 34 (13.67% from 255 or 10.62% from 320); Blue value is 107 (42.19% from 255 or 33.44% from 320); Max value from RGB is 179 - color contains mainly: red. Hex color #B3226B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B3226B is #4CDD94. Grayscale: #555555. Windows color (decimal): -5037461 or 7021235. OLE color: 7021235.
HSL color Cylindrical-coordinate representation of color #B3226B: hue angle of 329.79º 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 #B3226B is Cyan = 0, Magento = 0.81, Yellow = 0.40 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 34 | 107 | - |
| CMYK | 0 | 0.81 | 0.40 | 0.30 |
| HSL | 329.79º | 0.68% | 0.42% | - |
| HSV(B) | 329.79º | 0.81% | 0.7% | - |
| XYZ | 21.82 | 11.79 | 15.04 | - |
| YUV | 85.68 | 140.04 | 194.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 34 | 107 | 0 | 0.81 | 0.40 | 0.30 | 329.79 | 0.68 | 0.42 |
| Hex | B3 | 22 | 6B | 0 | 51 | 28 | 1E | 14A | 44 | 2A |
| Octal | 263 | 42 | 153 | 0 | 121 | 50 | 36 | 512 | 104 | 52 |
| Binary | 10110011 | 100010 | 1101011 | 0 | 1010001 | 101000 | 11110 | 101001010 | 1000100 | 101010 |
Color Harmonies of #B3226B
Complementary color
Monochromatic Colors of #B3226B
Black with #B3226B
Text Example
Text Example
White with #B3226B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B3226B; }
p { color: rgb(179,34,107); }
H1.HeaderClassName
{
color: #B3226B;
}
.AnyTagClassName
{
color: #B3226B;
}
</style>
background-color css
<style>
a { background-color: #B3226B; }
a { background-color: rgb(179,34,107); }
div.DivClassName
{
background-color: #B3226B;
}
.BgClassName
{
background-color: #B3226B;
}
</style>
border-color css
<style>
span { border-color: #B3226B; }
span { border-color: rgb(179,34,107); }
td.TdClassName
{
border-color: #B3226B;
}
.TagClassName
{
border-color: #B3226B;
}
</style>