Shades of Jazzberry Jam #B12169
Tints of Jazzberry Jam #B12169
RGB
CMYK
RGB Variations
Color information
#B12169 (or 0xB12169) is known color: Jazzberry Jam. HEX triplet: B1, 21 and 69. RGB value is (177,33,105). Sum of RGB (Red+Green+Blue) = 177+33+105=315 (41% of max value = 765). Red value is 177 (69.53% from 255 or 56.19% from 315); Green value is 33 (13.28% from 255 or 10.48% from 315); Blue value is 105 (41.41% from 255 or 33.33% from 315); Max value from RGB is 177 - color contains mainly: red. Hex color #B12169 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B12169 is #4EDE96. Grayscale: #545454. Windows color (decimal): -5168791 or 6889905. OLE color: 6889905.
HSL color Cylindrical-coordinate representation of color #B12169: hue angle of 330º degrees, saturation: 0.69, 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 #B12169 is Cyan = 0, Magento = 0.81, Yellow = 0.41 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 33 | 105 | - |
| CMYK | 0 | 0.81 | 0.41 | 0.31 |
| HSL | 330º | 0.69% | 0.41% | - |
| HSV(B) | 330º | 0.81% | 0.69% | - |
| XYZ | 21.23 | 11.45 | 14.46 | - |
| YUV | 84.26 | 139.71 | 194.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 33 | 105 | 0 | 0.81 | 0.41 | 0.31 | 330 | 0.69 | 0.41 |
| Hex | B1 | 21 | 69 | 0 | 51 | 29 | 1F | 14A | 45 | 29 |
| Octal | 261 | 41 | 151 | 0 | 121 | 51 | 37 | 512 | 105 | 51 |
| Binary | 10110001 | 100001 | 1101001 | 0 | 1010001 | 101001 | 11111 | 101001010 | 1000101 | 101001 |
Color Harmonies of #B12169
Complementary color
Monochromatic Colors of #B12169
Black with #B12169
Text Example
Text Example
White with #B12169
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B12169; }
p { color: rgb(177,33,105); }
H1.HeaderClassName
{
color: #B12169;
}
.AnyTagClassName
{
color: #B12169;
}
</style>
background-color css
<style>
a { background-color: #B12169; }
a { background-color: rgb(177,33,105); }
div.DivClassName
{
background-color: #B12169;
}
.BgClassName
{
background-color: #B12169;
}
</style>
border-color css
<style>
span { border-color: #B12169; }
span { border-color: rgb(177,33,105); }
td.TdClassName
{
border-color: #B12169;
}
.TagClassName
{
border-color: #B12169;
}
</style>