Shades of Jagger #37283F
Tints of Jagger #37283F
RGB
CMYK
RGB Variations
Color information
#37283F (or 0x37283F) is known color: Jagger. HEX triplet: 37, 28 and 3F. RGB value is (55,40,63). Sum of RGB (Red+Green+Blue) = 55+40+63=158 (20% of max value = 765). Red value is 55 (21.88% from 255 or 34.81% from 158); Green value is 40 (16.02% from 255 or 25.32% from 158); Blue value is 63 (25% from 255 or 39.87% from 158); Max value from RGB is 63 - color contains mainly: blue. Hex color #37283F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #37283F is #C8D7C0. Grayscale: #2F2F2F. Windows color (decimal): -13162433 or 4139063. OLE color: 4139063.
HSL color Cylindrical-coordinate representation of color #37283F: hue angle of 279.13º degrees, saturation: 0.22, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #37283F is Cyan = 0.13, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 55 | 40 | 63 | - |
| CMYK | 0.13 | 0.37 | 0 | 0.75 |
| HSL | 279.13º | 0.22% | 0.2% | - |
| HSV(B) | 279.13º | 0.37% | 0.25% | - |
| XYZ | 3.23 | 2.69 | 5.05 | - |
| YUV | 47.11 | 136.97 | 133.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 40 | 63 | 0.13 | 0.37 | 0 | 0.75 | 279.13 | 0.22 | 0.2 |
| Hex | 37 | 28 | 3F | D | 25 | 0 | 4B | 117 | 16 | 14 |
| Octal | 67 | 50 | 77 | 15 | 45 | 0 | 113 | 427 | 26 | 24 |
| Binary | 110111 | 101000 | 111111 | 1101 | 100101 | 0 | 1001011 | 100010111 | 10110 | 10100 |
Color Harmonies of #37283F
Complementary color
Monochromatic Colors of #37283F
Black with #37283F
Text Example
Text Example
White with #37283F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #37283F; }
p { color: rgb(55,40,63); }
H1.HeaderClassName
{
color: #37283F;
}
.AnyTagClassName
{
color: #37283F;
}
</style>
background-color css
<style>
a { background-color: #37283F; }
a { background-color: rgb(55,40,63); }
div.DivClassName
{
background-color: #37283F;
}
.BgClassName
{
background-color: #37283F;
}
</style>
border-color css
<style>
span { border-color: #37283F; }
span { border-color: rgb(55,40,63); }
td.TdClassName
{
border-color: #37283F;
}
.TagClassName
{
border-color: #37283F;
}
</style>