Shades of Jazzberry Jam #B41263
Tints of Jazzberry Jam #B41263
RGB
CMYK
RGB Variations
Color information
#B41263 (or 0xB41263) is known color: Jazzberry Jam. HEX triplet: B4, 12 and 63. RGB value is (180,18,99). Sum of RGB (Red+Green+Blue) = 180+18+99=297 (39% of max value = 765). Red value is 180 (70.70% from 255 or 60.61% from 297); Green value is 18 (7.42% from 255 or 6.06% from 297); Blue value is 99 (39.06% from 255 or 33.33% from 297); Max value from RGB is 180 - color contains mainly: red. Hex color #B41263 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B41263 is #4BED9C. Grayscale: #4B4B4B. Windows color (decimal): -4976029 or 6492852. OLE color: 6492852.
HSL color Cylindrical-coordinate representation of color #B41263: hue angle of 330º degrees, saturation: 0.82, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #B41263 is Cyan = 0, Magento = 0.9, Yellow = 0.45 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 18 | 99 | - |
| CMYK | 0 | 0.9 | 0.45 | 0.29 |
| HSL | 330º | 0.82% | 0.39% | - |
| HSV(B) | 330º | 0.9% | 0.71% | - |
| XYZ | 21.29 | 11.04 | 12.81 | - |
| YUV | 75.67 | 141.17 | 202.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 18 | 99 | 0 | 0.9 | 0.45 | 0.29 | 330 | 0.82 | 0.39 |
| Hex | B4 | 12 | 63 | 0 | 5A | 2D | 1D | 14A | 52 | 27 |
| Octal | 264 | 22 | 143 | 0 | 132 | 55 | 35 | 512 | 122 | 47 |
| Binary | 10110100 | 10010 | 1100011 | 0 | 1011010 | 101101 | 11101 | 101001010 | 1010010 | 100111 |
Color Harmonies of #B41263
Complementary color
Monochromatic Colors of #B41263
Black with #B41263
Text Example
Text Example
White with #B41263
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B41263; }
p { color: rgb(180,18,99); }
H1.HeaderClassName
{
color: #B41263;
}
.AnyTagClassName
{
color: #B41263;
}
</style>
background-color css
<style>
a { background-color: #B41263; }
a { background-color: rgb(180,18,99); }
div.DivClassName
{
background-color: #B41263;
}
.BgClassName
{
background-color: #B41263;
}
</style>
border-color css
<style>
span { border-color: #B41263; }
span { border-color: rgb(180,18,99); }
td.TdClassName
{
border-color: #B41263;
}
.TagClassName
{
border-color: #B41263;
}
</style>