Shades of Jazzberry Jam #B11067
Tints of Jazzberry Jam #B11067
RGB
CMYK
RGB Variations
Color information
#B11067 (or 0xB11067) is known color: Jazzberry Jam. HEX triplet: B1, 10 and 67. RGB value is (177,16,103). Sum of RGB (Red+Green+Blue) = 177+16+103=296 (39% of max value = 765). Red value is 177 (69.53% from 255 or 59.80% from 296); Green value is 16 (6.64% from 255 or 5.41% from 296); Blue value is 103 (40.62% from 255 or 34.80% from 296); Max value from RGB is 177 - color contains mainly: red. Hex color #B11067 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #B11067 is #4EEF98. Grayscale: #494949. Windows color (decimal): -5173145 or 6754481. OLE color: 6754481.
HSL color Cylindrical-coordinate representation of color #B11067: hue angle of 327.58º degrees, saturation: 0.83, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #B11067 is Cyan = 0, Magento = 0.91, Yellow = 0.42 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 16 | 103 | - |
| CMYK | 0 | 0.91 | 0.42 | 0.31 |
| HSL | 327.58º | 0.83% | 0.38% | - |
| HSV(B) | 327.58º | 0.91% | 0.69% | - |
| XYZ | 20.76 | 10.7 | 13.8 | - |
| YUV | 74.06 | 144.34 | 201.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 16 | 103 | 0 | 0.91 | 0.42 | 0.31 | 327.58 | 0.83 | 0.38 |
| Hex | B1 | 10 | 67 | 0 | 5B | 2A | 1F | 148 | 53 | 26 |
| Octal | 261 | 20 | 147 | 0 | 133 | 52 | 37 | 510 | 123 | 46 |
| Binary | 10110001 | 10000 | 1100111 | 0 | 1011011 | 101010 | 11111 | 101001000 | 1010011 | 100110 |
Color Harmonies of #B11067
Complementary color
Monochromatic Colors of #B11067
Black with #B11067
Text Example
Text Example
White with #B11067
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B11067; }
p { color: rgb(177,16,103); }
H1.HeaderClassName
{
color: #B11067;
}
.AnyTagClassName
{
color: #B11067;
}
</style>
background-color css
<style>
a { background-color: #B11067; }
a { background-color: rgb(177,16,103); }
div.DivClassName
{
background-color: #B11067;
}
.BgClassName
{
background-color: #B11067;
}
</style>
border-color css
<style>
span { border-color: #B11067; }
span { border-color: rgb(177,16,103); }
td.TdClassName
{
border-color: #B11067;
}
.TagClassName
{
border-color: #B11067;
}
</style>