Shades of Jazzberry Jam #B42268
Tints of Jazzberry Jam #B42268
RGB
CMYK
RGB Variations
Color information
#B42268 (or 0xB42268) is known color: Jazzberry Jam. HEX triplet: B4, 22 and 68. RGB value is (180,34,104). Sum of RGB (Red+Green+Blue) = 180+34+104=318 (42% of max value = 765). Red value is 180 (70.70% from 255 or 56.60% from 318); Green value is 34 (13.67% from 255 or 10.69% from 318); Blue value is 104 (41.02% from 255 or 32.70% from 318); Max value from RGB is 180 - color contains mainly: red. Hex color #B42268 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B42268 is #4BDD97. Grayscale: #555555. Windows color (decimal): -4971928 or 6824628. OLE color: 6824628.
HSL color Cylindrical-coordinate representation of color #B42268: hue angle of 331.23º degrees, saturation: 0.68, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #B42268 is Cyan = 0, Magento = 0.81, Yellow = 0.42 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 34 | 104 | - |
| CMYK | 0 | 0.81 | 0.42 | 0.29 |
| HSL | 331.23º | 0.68% | 0.42% | - |
| HSV(B) | 331.23º | 0.81% | 0.71% | - |
| XYZ | 21.89 | 11.85 | 14.23 | - |
| YUV | 85.63 | 138.37 | 195.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 34 | 104 | 0 | 0.81 | 0.42 | 0.29 | 331.23 | 0.68 | 0.42 |
| Hex | B4 | 22 | 68 | 0 | 51 | 2A | 1D | 14B | 44 | 2A |
| Octal | 264 | 42 | 150 | 0 | 121 | 52 | 35 | 513 | 104 | 52 |
| Binary | 10110100 | 100010 | 1101000 | 0 | 1010001 | 101010 | 11101 | 101001011 | 1000100 | 101010 |
Color Harmonies of #B42268
Complementary color
Monochromatic Colors of #B42268
Black with #B42268
Text Example
Text Example
White with #B42268
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B42268; }
p { color: rgb(180,34,104); }
H1.HeaderClassName
{
color: #B42268;
}
.AnyTagClassName
{
color: #B42268;
}
</style>
background-color css
<style>
a { background-color: #B42268; }
a { background-color: rgb(180,34,104); }
div.DivClassName
{
background-color: #B42268;
}
.BgClassName
{
background-color: #B42268;
}
</style>
border-color css
<style>
span { border-color: #B42268; }
span { border-color: rgb(180,34,104); }
td.TdClassName
{
border-color: #B42268;
}
.TagClassName
{
border-color: #B42268;
}
</style>