Shades of Jazzberry Jam #B12263
Tints of Jazzberry Jam #B12263
RGB
CMYK
RGB Variations
Color information
#B12263 (or 0xB12263) is known color: Jazzberry Jam. HEX triplet: B1, 22 and 63. RGB value is (177,34,99). Sum of RGB (Red+Green+Blue) = 177+34+99=310 (41% of max value = 765). Red value is 177 (69.53% from 255 or 57.10% from 310); Green value is 34 (13.67% from 255 or 10.97% from 310); Blue value is 99 (39.06% from 255 or 31.94% from 310); Max value from RGB is 177 - color contains mainly: red. Hex color #B12263 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B12263 is #4EDD9C. Grayscale: #545454. Windows color (decimal): -5168541 or 6496945. OLE color: 6496945.
HSL color Cylindrical-coordinate representation of color #B12263: hue angle of 332.73º degrees, saturation: 0.68, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #B12263 is Cyan = 0, Magento = 0.81, Yellow = 0.44 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 34 | 99 | - |
| CMYK | 0 | 0.81 | 0.44 | 0.31 |
| HSL | 332.73º | 0.68% | 0.41% | - |
| HSV(B) | 332.73º | 0.81% | 0.69% | - |
| XYZ | 20.96 | 11.39 | 12.9 | - |
| YUV | 84.17 | 136.38 | 194.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 34 | 99 | 0 | 0.81 | 0.44 | 0.31 | 332.73 | 0.68 | 0.41 |
| Hex | B1 | 22 | 63 | 0 | 51 | 2C | 1F | 14D | 44 | 29 |
| Octal | 261 | 42 | 143 | 0 | 121 | 54 | 37 | 515 | 104 | 51 |
| Binary | 10110001 | 100010 | 1100011 | 0 | 1010001 | 101100 | 11111 | 101001101 | 1000100 | 101001 |
Color Harmonies of #B12263
Complementary color
Monochromatic Colors of #B12263
Black with #B12263
Text Example
Text Example
White with #B12263
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B12263; }
p { color: rgb(177,34,99); }
H1.HeaderClassName
{
color: #B12263;
}
.AnyTagClassName
{
color: #B12263;
}
</style>
background-color css
<style>
a { background-color: #B12263; }
a { background-color: rgb(177,34,99); }
div.DivClassName
{
background-color: #B12263;
}
.BgClassName
{
background-color: #B12263;
}
</style>
border-color css
<style>
span { border-color: #B12263; }
span { border-color: rgb(177,34,99); }
td.TdClassName
{
border-color: #B12263;
}
.TagClassName
{
border-color: #B12263;
}
</style>