Shades of Jazzberry Jam #B1004E
Tints of Jazzberry Jam #B1004E
RGB
CMYK
RGB Variations
Color information
#B1004E (or 0xB1004E) is known color: Jazzberry Jam. HEX triplet: B1, 00 and 4E. RGB value is (177,0,78). Sum of RGB (Red+Green+Blue) = 177+0+78=255 (33% of max value = 765). Red value is 177 (69.53% from 255 or 69.41% from 255); Green value is 0 (0.39% from 255 or 0% from 255); Blue value is 78 (30.86% from 255 or 30.59% from 255); Max value from RGB is 177 - color contains mainly: red. Hex color #B1004E is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #B1004E is #4EFFB1. Grayscale: #3D3D3D. Windows color (decimal): -5177266 or 5111985. OLE color: 5111985.
HSL color Cylindrical-coordinate representation of color #B1004E: hue angle of 333.56º degrees, saturation: 1, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 1%. Process color model (Four color, CMYK) of #B1004E is Cyan = 0, Magento = 1, Yellow = 0.56 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 0 | 78 | - |
| CMYK | 0 | 1 | 0.56 | 0.31 |
| HSL | 333.56º | 1% | 0.35% | - |
| HSV(B) | 333.56º | 1% | 0.69% | - |
| XYZ | 19.51 | 9.9 | 8.09 | - |
| YUV | 61.82 | 137.14 | 210.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 0 | 78 | 0 | 1 | 0.56 | 0.31 | 333.56 | 1 | 0.35 |
| Hex | B1 | 0 | 4E | 0 | 64 | 38 | 1F | 14E | 64 | 23 |
| Octal | 261 | 0 | 116 | 0 | 144 | 70 | 37 | 516 | 144 | 43 |
| Binary | 10110001 | 0 | 1001110 | 0 | 1100100 | 111000 | 11111 | 101001110 | 1100100 | 100011 |
Color Harmonies of #B1004E
Complementary color
Monochromatic Colors of #B1004E
Black with #B1004E
Text Example
Text Example
White with #B1004E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1004E; }
p { color: rgb(177,0,78); }
H1.HeaderClassName
{
color: #B1004E;
}
.AnyTagClassName
{
color: #B1004E;
}
</style>
background-color css
<style>
a { background-color: #B1004E; }
a { background-color: rgb(177,0,78); }
div.DivClassName
{
background-color: #B1004E;
}
.BgClassName
{
background-color: #B1004E;
}
</style>
border-color css
<style>
span { border-color: #B1004E; }
span { border-color: rgb(177,0,78); }
td.TdClassName
{
border-color: #B1004E;
}
.TagClassName
{
border-color: #B1004E;
}
</style>