Shades of Jazzberry Jam #B12465
Tints of Jazzberry Jam #B12465
RGB
CMYK
RGB Variations
Color information
#B12465 (or 0xB12465) is known color: Jazzberry Jam. HEX triplet: B1, 24 and 65. RGB value is (177,36,101). Sum of RGB (Red+Green+Blue) = 177+36+101=314 (41% of max value = 765). Red value is 177 (69.53% from 255 or 56.37% from 314); Green value is 36 (14.45% from 255 or 11.46% from 314); Blue value is 101 (39.84% from 255 or 32.17% from 314); Max value from RGB is 177 - color contains mainly: red. Hex color #B12465 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B12465 is #4EDB9A. Grayscale: #555555. Windows color (decimal): -5168027 or 6628529. OLE color: 6628529.
HSL color Cylindrical-coordinate representation of color #B12465: hue angle of 332.34º degrees, saturation: 0.66, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #B12465 is Cyan = 0, Magento = 0.80, Yellow = 0.43 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 36 | 101 | - |
| CMYK | 0 | 0.80 | 0.43 | 0.31 |
| HSL | 332.34º | 0.66% | 0.42% | - |
| HSV(B) | 332.34º | 0.8% | 0.69% | - |
| XYZ | 21.11 | 11.55 | 13.43 | - |
| YUV | 85.57 | 136.71 | 193.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 36 | 101 | 0 | 0.80 | 0.43 | 0.31 | 332.34 | 0.66 | 0.42 |
| Hex | B1 | 24 | 65 | 0 | 50 | 2B | 1F | 14C | 42 | 2A |
| Octal | 261 | 44 | 145 | 0 | 120 | 53 | 37 | 514 | 102 | 52 |
| Binary | 10110001 | 100100 | 1100101 | 0 | 1010000 | 101011 | 11111 | 101001100 | 1000010 | 101010 |
Color Harmonies of #B12465
Complementary color
Monochromatic Colors of #B12465
Black with #B12465
Text Example
Text Example
White with #B12465
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B12465; }
p { color: rgb(177,36,101); }
H1.HeaderClassName
{
color: #B12465;
}
.AnyTagClassName
{
color: #B12465;
}
</style>
background-color css
<style>
a { background-color: #B12465; }
a { background-color: rgb(177,36,101); }
div.DivClassName
{
background-color: #B12465;
}
.BgClassName
{
background-color: #B12465;
}
</style>
border-color css
<style>
span { border-color: #B12465; }
span { border-color: rgb(177,36,101); }
td.TdClassName
{
border-color: #B12465;
}
.TagClassName
{
border-color: #B12465;
}
</style>