Shades of Jagger #37274B
Tints of Jagger #37274B
RGB
CMYK
RGB Variations
Color information
#37274B (or 0x37274B) is known color: Jagger. HEX triplet: 37, 27 and 4B. RGB value is (55,39,75). Sum of RGB (Red+Green+Blue) = 55+39+75=169 (22% of max value = 765). Red value is 55 (21.88% from 255 or 32.54% from 169); Green value is 39 (15.62% from 255 or 23.08% from 169); Blue value is 75 (29.69% from 255 or 44.38% from 169); Max value from RGB is 75 - color contains mainly: blue. Hex color #37274B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #37274B is #C8D8B4. Grayscale: #2F2F2F. Windows color (decimal): -13162677 or 4925239. OLE color: 4925239.
HSL color Cylindrical-coordinate representation of color #37274B: hue angle of 266.67º degrees, saturation: 0.32, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #37274B is Cyan = 0.27, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 55 | 39 | 75 | - |
| CMYK | 0.27 | 0.48 | 0 | 0.71 |
| HSL | 266.67º | 0.32% | 0.22% | - |
| HSV(B) | 266.67º | 0.48% | 0.29% | - |
| XYZ | 3.57 | 2.77 | 7 | - |
| YUV | 47.89 | 143.3 | 133.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 39 | 75 | 0.27 | 0.48 | 0 | 0.71 | 266.67 | 0.32 | 0.22 |
| Hex | 37 | 27 | 4B | 1B | 30 | 0 | 47 | 10B | 20 | 16 |
| Octal | 67 | 47 | 113 | 33 | 60 | 0 | 107 | 413 | 40 | 26 |
| Binary | 110111 | 100111 | 1001011 | 11011 | 110000 | 0 | 1000111 | 100001011 | 100000 | 10110 |
Color Harmonies of #37274B
Complementary color
Monochromatic Colors of #37274B
Black with #37274B
Text Example
Text Example
White with #37274B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #37274B; }
p { color: rgb(55,39,75); }
H1.HeaderClassName
{
color: #37274B;
}
.AnyTagClassName
{
color: #37274B;
}
</style>
background-color css
<style>
a { background-color: #37274B; }
a { background-color: rgb(55,39,75); }
div.DivClassName
{
background-color: #37274B;
}
.BgClassName
{
background-color: #37274B;
}
</style>
border-color css
<style>
span { border-color: #37274B; }
span { border-color: rgb(55,39,75); }
td.TdClassName
{
border-color: #37274B;
}
.TagClassName
{
border-color: #37274B;
}
</style>