Shades of Elephant #1F343D
Tints of Elephant #1F343D
RGB
CMYK
RGB Variations
Color information
#1F343D (or 0x1F343D) is known color: Elephant. HEX triplet: 1F, 34 and 3D. RGB value is (31,52,61). Sum of RGB (Red+Green+Blue) = 31+52+61=144 (19% of max value = 765). Red value is 31 (12.5% from 255 or 21.53% from 144); Green value is 52 (20.70% from 255 or 36.11% from 144); Blue value is 61 (24.22% from 255 or 42.36% from 144); Max value from RGB is 61 - color contains mainly: blue. Hex color #1F343D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1F343D is #E0CBC2. Grayscale: #2E2E2E. Windows color (decimal): -14732227 or 4011039. OLE color: 4011039.
HSL color Cylindrical-coordinate representation of color #1F343D: hue angle of 198º degrees, saturation: 0.33, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #1F343D is Cyan = 0.49, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 31 | 52 | 61 | - |
| CMYK | 0.49 | 0.15 | 0 | 0.76 |
| HSL | 198º | 0.33% | 0.18% | - |
| HSV(B) | 198º | 0.49% | 0.24% | - |
| XYZ | 2.64 | 3.08 | 4.87 | - |
| YUV | 46.75 | 136.04 | 116.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 52 | 61 | 0.49 | 0.15 | 0 | 0.76 | 198 | 0.33 | 0.18 |
| Hex | 1F | 34 | 3D | 31 | F | 0 | 4C | C6 | 21 | 12 |
| Octal | 37 | 64 | 75 | 61 | 17 | 0 | 114 | 306 | 41 | 22 |
| Binary | 11111 | 110100 | 111101 | 110001 | 1111 | 0 | 1001100 | 11000110 | 100001 | 10010 |
Color Harmonies of #1F343D
Complementary color
Monochromatic Colors of #1F343D
Black with #1F343D
Text Example
Text Example
White with #1F343D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F343D; }
p { color: rgb(31,52,61); }
H1.HeaderClassName
{
color: #1F343D;
}
.AnyTagClassName
{
color: #1F343D;
}
</style>
background-color css
<style>
a { background-color: #1F343D; }
a { background-color: rgb(31,52,61); }
div.DivClassName
{
background-color: #1F343D;
}
.BgClassName
{
background-color: #1F343D;
}
</style>
border-color css
<style>
span { border-color: #1F343D; }
span { border-color: rgb(31,52,61); }
td.TdClassName
{
border-color: #1F343D;
}
.TagClassName
{
border-color: #1F343D;
}
</style>