Shades of Elephant #1F3740
Tints of Elephant #1F3740
RGB
CMYK
RGB Variations
Color information
#1F3740 (or 0x1F3740) is known color: Elephant. HEX triplet: 1F, 37 and 40. RGB value is (31,55,64). Sum of RGB (Red+Green+Blue) = 31+55+64=150 (19% of max value = 765). Red value is 31 (12.5% from 255 or 20.67% from 150); Green value is 55 (21.88% from 255 or 36.67% from 150); Blue value is 64 (25.39% from 255 or 42.67% from 150); Max value from RGB is 64 - color contains mainly: blue. Hex color #1F3740 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1F3740 is #E0C8BF. Grayscale: #303030. Windows color (decimal): -14731456 or 4208415. OLE color: 4208415.
HSL color Cylindrical-coordinate representation of color #1F3740: hue angle of 196.36º degrees, saturation: 0.35, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #1F3740 is Cyan = 0.52, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 31 | 55 | 64 | - |
| CMYK | 0.52 | 0.14 | 0 | 0.75 |
| HSL | 196.36º | 0.35% | 0.19% | - |
| HSV(B) | 196.36º | 0.52% | 0.25% | - |
| XYZ | 2.86 | 3.39 | 5.36 | - |
| YUV | 48.85 | 136.55 | 115.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 55 | 64 | 0.52 | 0.14 | 0 | 0.75 | 196.36 | 0.35 | 0.19 |
| Hex | 1F | 37 | 40 | 34 | E | 0 | 4B | C4 | 23 | 13 |
| Octal | 37 | 67 | 100 | 64 | 16 | 0 | 113 | 304 | 43 | 23 |
| Binary | 11111 | 110111 | 1000000 | 110100 | 1110 | 0 | 1001011 | 11000100 | 100011 | 10011 |
Color Harmonies of #1F3740
Complementary color
Monochromatic Colors of #1F3740
Black with #1F3740
Text Example
Text Example
White with #1F3740
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F3740; }
p { color: rgb(31,55,64); }
H1.HeaderClassName
{
color: #1F3740;
}
.AnyTagClassName
{
color: #1F3740;
}
</style>
background-color css
<style>
a { background-color: #1F3740; }
a { background-color: rgb(31,55,64); }
div.DivClassName
{
background-color: #1F3740;
}
.BgClassName
{
background-color: #1F3740;
}
</style>
border-color css
<style>
span { border-color: #1F3740; }
span { border-color: rgb(31,55,64); }
td.TdClassName
{
border-color: #1F3740;
}
.TagClassName
{
border-color: #1F3740;
}
</style>