Shades of Jazzberry Jam #B1004D
Tints of Jazzberry Jam #B1004D
RGB
CMYK
RGB Variations
Color information
#B1004D (or 0xB1004D) is known color: Jazzberry Jam. HEX triplet: B1, 00 and 4D. RGB value is (177,0,77). Sum of RGB (Red+Green+Blue) = 177+0+77=254 (33% of max value = 765). Red value is 177 (69.53% from 255 or 69.69% from 254); Green value is 0 (0.39% from 255 or 0% from 254); Blue value is 77 (30.47% from 255 or 30.31% from 254); Max value from RGB is 177 - color contains mainly: red. Hex color #B1004D is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #B1004D is #4EFFB2. Grayscale: #3D3D3D. Windows color (decimal): -5177267 or 5046449. OLE color: 5046449.
HSL color Cylindrical-coordinate representation of color #B1004D: hue angle of 333.9º 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 #B1004D is Cyan = 0, Magento = 1, Yellow = 0.56 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 0 | 77 | - |
| CMYK | 0 | 1 | 0.56 | 0.31 |
| HSL | 333.9º | 1% | 0.35% | - |
| HSV(B) | 333.9º | 1% | 0.69% | - |
| XYZ | 19.47 | 9.88 | 7.9 | - |
| YUV | 61.7 | 136.64 | 210.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 0 | 77 | 0 | 1 | 0.56 | 0.31 | 333.9 | 1 | 0.35 |
| Hex | B1 | 0 | 4D | 0 | 64 | 38 | 1F | 14E | 64 | 23 |
| Octal | 261 | 0 | 115 | 0 | 144 | 70 | 37 | 516 | 144 | 43 |
| Binary | 10110001 | 0 | 1001101 | 0 | 1100100 | 111000 | 11111 | 101001110 | 1100100 | 100011 |
Color Harmonies of #B1004D
Complementary color
Monochromatic Colors of #B1004D
Black with #B1004D
Text Example
Text Example
White with #B1004D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1004D; }
p { color: rgb(177,0,77); }
H1.HeaderClassName
{
color: #B1004D;
}
.AnyTagClassName
{
color: #B1004D;
}
</style>
background-color css
<style>
a { background-color: #B1004D; }
a { background-color: rgb(177,0,77); }
div.DivClassName
{
background-color: #B1004D;
}
.BgClassName
{
background-color: #B1004D;
}
</style>
border-color css
<style>
span { border-color: #B1004D; }
span { border-color: rgb(177,0,77); }
td.TdClassName
{
border-color: #B1004D;
}
.TagClassName
{
border-color: #B1004D;
}
</style>