Shades of Elephant #1F353F
Tints of Elephant #1F353F
RGB
CMYK
RGB Variations
Color information
#1F353F (or 0x1F353F) is known color: Elephant. HEX triplet: 1F, 35 and 3F. RGB value is (31,53,63). Sum of RGB (Red+Green+Blue) = 31+53+63=147 (19% of max value = 765). Red value is 31 (12.5% from 255 or 21.09% from 147); Green value is 53 (21.09% from 255 or 36.05% from 147); Blue value is 63 (25% from 255 or 42.86% from 147); Max value from RGB is 63 - color contains mainly: blue. Hex color #1F353F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1F353F is #E0CAC0. Grayscale: #2F2F2F. Windows color (decimal): -14731969 or 4142367. OLE color: 4142367.
HSL color Cylindrical-coordinate representation of color #1F353F: hue angle of 198.75º degrees, saturation: 0.34, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #1F353F is Cyan = 0.51, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 31 | 53 | 63 | - |
| CMYK | 0.51 | 0.16 | 0 | 0.75 |
| HSL | 198.75º | 0.34% | 0.18% | - |
| HSV(B) | 198.75º | 0.51% | 0.25% | - |
| XYZ | 2.74 | 3.2 | 5.18 | - |
| YUV | 47.56 | 136.71 | 116.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 53 | 63 | 0.51 | 0.16 | 0 | 0.75 | 198.75 | 0.34 | 0.18 |
| Hex | 1F | 35 | 3F | 33 | 10 | 0 | 4B | C7 | 22 | 12 |
| Octal | 37 | 65 | 77 | 63 | 20 | 0 | 113 | 307 | 42 | 22 |
| Binary | 11111 | 110101 | 111111 | 110011 | 10000 | 0 | 1001011 | 11000111 | 100010 | 10010 |
Color Harmonies of #1F353F
Complementary color
Monochromatic Colors of #1F353F
Black with #1F353F
Text Example
Text Example
White with #1F353F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F353F; }
p { color: rgb(31,53,63); }
H1.HeaderClassName
{
color: #1F353F;
}
.AnyTagClassName
{
color: #1F353F;
}
</style>
background-color css
<style>
a { background-color: #1F353F; }
a { background-color: rgb(31,53,63); }
div.DivClassName
{
background-color: #1F353F;
}
.BgClassName
{
background-color: #1F353F;
}
</style>
border-color css
<style>
span { border-color: #1F353F; }
span { border-color: rgb(31,53,63); }
td.TdClassName
{
border-color: #1F353F;
}
.TagClassName
{
border-color: #1F353F;
}
</style>