Shades of Jazzberry Jam #B11074
Tints of Jazzberry Jam #B11074
RGB
CMYK
RGB Variations
Color information
#B11074 (or 0xB11074) is known color: Jazzberry Jam. HEX triplet: B1, 10 and 74. RGB value is (177,16,116). Sum of RGB (Red+Green+Blue) = 177+16+116=309 (40% of max value = 765). Red value is 177 (69.53% from 255 or 57.28% from 309); Green value is 16 (6.64% from 255 or 5.18% from 309); Blue value is 116 (45.70% from 255 or 37.54% from 309); Max value from RGB is 177 - color contains mainly: red. Hex color #B11074 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #B11074 is #4EEF8B. Grayscale: #4B4B4B. Windows color (decimal): -5173132 or 7606449. OLE color: 7606449.
HSL color Cylindrical-coordinate representation of color #B11074: hue angle of 322.73º 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 #B11074 is Cyan = 0, Magento = 0.91, Yellow = 0.34 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 16 | 116 | - |
| CMYK | 0 | 0.91 | 0.34 | 0.31 |
| HSL | 322.73º | 0.83% | 0.38% | - |
| HSV(B) | 322.73º | 0.91% | 0.69% | - |
| XYZ | 21.47 | 10.98 | 17.51 | - |
| YUV | 75.54 | 150.84 | 200.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 16 | 116 | 0 | 0.91 | 0.34 | 0.31 | 322.73 | 0.83 | 0.38 |
| Hex | B1 | 10 | 74 | 0 | 5B | 22 | 1F | 143 | 53 | 26 |
| Octal | 261 | 20 | 164 | 0 | 133 | 42 | 37 | 503 | 123 | 46 |
| Binary | 10110001 | 10000 | 1110100 | 0 | 1011011 | 100010 | 11111 | 101000011 | 1010011 | 100110 |
Color Harmonies of #B11074
Complementary color
Monochromatic Colors of #B11074
Black with #B11074
Text Example
Text Example
White with #B11074
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B11074; }
p { color: rgb(177,16,116); }
H1.HeaderClassName
{
color: #B11074;
}
.AnyTagClassName
{
color: #B11074;
}
</style>
background-color css
<style>
a { background-color: #B11074; }
a { background-color: rgb(177,16,116); }
div.DivClassName
{
background-color: #B11074;
}
.BgClassName
{
background-color: #B11074;
}
</style>
border-color css
<style>
span { border-color: #B11074; }
span { border-color: rgb(177,16,116); }
td.TdClassName
{
border-color: #B11074;
}
.TagClassName
{
border-color: #B11074;
}
</style>