Shades of Jazzberry Jam #B1024F
Tints of Jazzberry Jam #B1024F
RGB
CMYK
RGB Variations
Color information
#B1024F (or 0xB1024F) is known color: Jazzberry Jam. HEX triplet: B1, 02 and 4F. RGB value is (177,2,79). Sum of RGB (Red+Green+Blue) = 177+2+79=258 (34% of max value = 765). Red value is 177 (69.53% from 255 or 68.60% from 258); Green value is 2 (1.17% from 255 or 0.78% from 258); Blue value is 79 (31.25% from 255 or 30.62% from 258); Max value from RGB is 177 - color contains mainly: red. Hex color #B1024F is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #B1024F is #4EFDB0. Grayscale: #3E3E3E. Windows color (decimal): -5176753 or 5178033. OLE color: 5178033.
HSL color Cylindrical-coordinate representation of color #B1024F: hue angle of 333.6º degrees, saturation: 0.98, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #B1024F is Cyan = 0, Magento = 0.99, Yellow = 0.55 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 2 | 79 | - |
| CMYK | 0 | 0.99 | 0.55 | 0.31 |
| HSL | 333.6º | 0.98% | 0.35% | - |
| HSV(B) | 333.6º | 0.99% | 0.69% | - |
| XYZ | 19.56 | 9.96 | 8.29 | - |
| YUV | 63.1 | 136.98 | 209.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 2 | 79 | 0 | 0.99 | 0.55 | 0.31 | 333.6 | 0.98 | 0.35 |
| Hex | B1 | 2 | 4F | 0 | 63 | 37 | 1F | 14E | 62 | 23 |
| Octal | 261 | 2 | 117 | 0 | 143 | 67 | 37 | 516 | 142 | 43 |
| Binary | 10110001 | 10 | 1001111 | 0 | 1100011 | 110111 | 11111 | 101001110 | 1100010 | 100011 |
Color Harmonies of #B1024F
Complementary color
Monochromatic Colors of #B1024F
Black with #B1024F
Text Example
Text Example
White with #B1024F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1024F; }
p { color: rgb(177,2,79); }
H1.HeaderClassName
{
color: #B1024F;
}
.AnyTagClassName
{
color: #B1024F;
}
</style>
background-color css
<style>
a { background-color: #B1024F; }
a { background-color: rgb(177,2,79); }
div.DivClassName
{
background-color: #B1024F;
}
.BgClassName
{
background-color: #B1024F;
}
</style>
border-color css
<style>
span { border-color: #B1024F; }
span { border-color: rgb(177,2,79); }
td.TdClassName
{
border-color: #B1024F;
}
.TagClassName
{
border-color: #B1024F;
}
</style>