Shades of Jagger #37333B
Tints of Jagger #37333B
RGB
CMYK
RGB Variations
Color information
#37333B (or 0x37333B) is known color: Jagger. HEX triplet: 37, 33 and 3B. RGB value is (55,51,59). Sum of RGB (Red+Green+Blue) = 55+51+59=165 (21% of max value = 765). Red value is 55 (21.88% from 255 or 33.33% from 165); Green value is 51 (20.31% from 255 or 30.91% from 165); Blue value is 59 (23.44% from 255 or 35.76% from 165); Max value from RGB is 59 - color contains mainly: blue. Hex color #37333B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #37333B is #C8CCC4. Grayscale: #353535. Windows color (decimal): -13159621 or 3879735. OLE color: 3879735.
HSL color Cylindrical-coordinate representation of color #37333B: hue angle of 270º degrees, saturation: 0.07, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #37333B is Cyan = 0.07, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 55 | 51 | 59 | - |
| CMYK | 0.07 | 0.14 | 0 | 0.77 |
| HSL | 270º | 0.07% | 0.22% | - |
| HSV(B) | 270º | 0.14% | 0.23% | - |
| XYZ | 3.55 | 3.5 | 4.63 | - |
| YUV | 53.11 | 131.33 | 129.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 51 | 59 | 0.07 | 0.14 | 0 | 0.77 | 270 | 0.07 | 0.22 |
| Hex | 37 | 33 | 3B | 7 | E | 0 | 4D | 10E | 7 | 16 |
| Octal | 67 | 63 | 73 | 7 | 16 | 0 | 115 | 416 | 7 | 26 |
| Binary | 110111 | 110011 | 111011 | 111 | 1110 | 0 | 1001101 | 100001110 | 111 | 10110 |
Color Harmonies of #37333B
Complementary color
Monochromatic Colors of #37333B
Black with #37333B
Text Example
Text Example
White with #37333B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #37333B; }
p { color: rgb(55,51,59); }
H1.HeaderClassName
{
color: #37333B;
}
.AnyTagClassName
{
color: #37333B;
}
</style>
background-color css
<style>
a { background-color: #37333B; }
a { background-color: rgb(55,51,59); }
div.DivClassName
{
background-color: #37333B;
}
.BgClassName
{
background-color: #37333B;
}
</style>
border-color css
<style>
span { border-color: #37333B; }
span { border-color: rgb(55,51,59); }
td.TdClassName
{
border-color: #37333B;
}
.TagClassName
{
border-color: #37333B;
}
</style>