Shades of Elephant #1F363E
Tints of Elephant #1F363E
RGB
CMYK
RGB Variations
Color information
#1F363E (or 0x1F363E) is known color: Elephant. HEX triplet: 1F, 36 and 3E. RGB value is (31,54,62). Sum of RGB (Red+Green+Blue) = 31+54+62=147 (19% of max value = 765). Red value is 31 (12.5% from 255 or 21.09% from 147); Green value is 54 (21.48% from 255 or 36.73% from 147); Blue value is 62 (24.61% from 255 or 42.18% from 147); Max value from RGB is 62 - color contains mainly: blue. Hex color #1F363E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1F363E is #E0C9C1. Grayscale: #2F2F2F. Windows color (decimal): -14731714 or 4077087. OLE color: 4077087.
HSL color Cylindrical-coordinate representation of color #1F363E: hue angle of 195.48º degrees, saturation: 0.33, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #1F363E is Cyan = 0.5, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 31 | 54 | 62 | - |
| CMYK | 0.5 | 0.13 | 0 | 0.76 |
| HSL | 195.48º | 0.33% | 0.18% | - |
| HSV(B) | 195.48º | 0.5% | 0.24% | - |
| XYZ | 2.75 | 3.28 | 5.04 | - |
| YUV | 48.04 | 135.88 | 115.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 54 | 62 | 0.5 | 0.13 | 0 | 0.76 | 195.48 | 0.33 | 0.18 |
| Hex | 1F | 36 | 3E | 32 | D | 0 | 4C | C3 | 21 | 12 |
| Octal | 37 | 66 | 76 | 62 | 15 | 0 | 114 | 303 | 41 | 22 |
| Binary | 11111 | 110110 | 111110 | 110010 | 1101 | 0 | 1001100 | 11000011 | 100001 | 10010 |
Color Harmonies of #1F363E
Complementary color
Monochromatic Colors of #1F363E
Black with #1F363E
Text Example
Text Example
White with #1F363E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F363E; }
p { color: rgb(31,54,62); }
H1.HeaderClassName
{
color: #1F363E;
}
.AnyTagClassName
{
color: #1F363E;
}
</style>
background-color css
<style>
a { background-color: #1F363E; }
a { background-color: rgb(31,54,62); }
div.DivClassName
{
background-color: #1F363E;
}
.BgClassName
{
background-color: #1F363E;
}
</style>
border-color css
<style>
span { border-color: #1F363E; }
span { border-color: rgb(31,54,62); }
td.TdClassName
{
border-color: #1F363E;
}
.TagClassName
{
border-color: #1F363E;
}
</style>