Shades of Jazzberry Jam #B10140
Tints of Jazzberry Jam #B10140
RGB
CMYK
RGB Variations
Color information
#B10140 (or 0xB10140) is known color: Jazzberry Jam. HEX triplet: B1, 01 and 40. RGB value is (177,1,64). Sum of RGB (Red+Green+Blue) = 177+1+64=242 (32% of max value = 765). Red value is 177 (69.53% from 255 or 73.14% from 242); Green value is 1 (0.78% from 255 or 0.41% from 242); Blue value is 64 (25.39% from 255 or 26.45% from 242); Max value from RGB is 177 - color contains mainly: red. Hex color #B10140 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #B10140 is #4EFEBF. Grayscale: #3C3C3C. Windows color (decimal): -5177024 or 4194737. OLE color: 4194737.
HSL color Cylindrical-coordinate representation of color #B10140: hue angle of 338.52º degrees, saturation: 0.99, 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 #B10140 is Cyan = 0, Magento = 0.99, Yellow = 0.64 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 1 | 64 | - |
| CMYK | 0 | 0.99 | 0.64 | 0.31 |
| HSL | 338.52º | 0.99% | 0.35% | - |
| HSV(B) | 338.52º | 0.99% | 0.69% | - |
| XYZ | 19.07 | 9.74 | 5.73 | - |
| YUV | 60.81 | 129.81 | 210.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 1 | 64 | 0 | 0.99 | 0.64 | 0.31 | 338.52 | 0.99 | 0.35 |
| Hex | B1 | 1 | 40 | 0 | 63 | 40 | 1F | 153 | 63 | 23 |
| Octal | 261 | 1 | 100 | 0 | 143 | 100 | 37 | 523 | 143 | 43 |
| Binary | 10110001 | 1 | 1000000 | 0 | 1100011 | 1000000 | 11111 | 101010011 | 1100011 | 100011 |
Color Harmonies of #B10140
Complementary color
Monochromatic Colors of #B10140
Black with #B10140
Text Example
Text Example
White with #B10140
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B10140; }
p { color: rgb(177,1,64); }
H1.HeaderClassName
{
color: #B10140;
}
.AnyTagClassName
{
color: #B10140;
}
</style>
background-color css
<style>
a { background-color: #B10140; }
a { background-color: rgb(177,1,64); }
div.DivClassName
{
background-color: #B10140;
}
.BgClassName
{
background-color: #B10140;
}
</style>
border-color css
<style>
span { border-color: #B10140; }
span { border-color: rgb(177,1,64); }
td.TdClassName
{
border-color: #B10140;
}
.TagClassName
{
border-color: #B10140;
}
</style>