Shades of Elephant #1F3943
Tints of Elephant #1F3943
RGB
CMYK
RGB Variations
Color information
#1F3943 (or 0x1F3943) is known color: Elephant. HEX triplet: 1F, 39 and 43. RGB value is (31,57,67). Sum of RGB (Red+Green+Blue) = 31+57+67=155 (20% of max value = 765). Red value is 31 (12.5% from 255 or 20% from 155); Green value is 57 (22.66% from 255 or 36.77% from 155); Blue value is 67 (26.56% from 255 or 43.23% from 155); Max value from RGB is 67 - color contains mainly: blue. Hex color #1F3943 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1F3943 is #E0C6BC. Grayscale: #323232. Windows color (decimal): -14730941 or 4405535. OLE color: 4405535.
HSL color Cylindrical-coordinate representation of color #1F3943: hue angle of 196.67º degrees, saturation: 0.37, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #1F3943 is Cyan = 0.54, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 31 | 57 | 67 | - |
| CMYK | 0.54 | 0.15 | 0 | 0.74 |
| HSL | 196.67º | 0.37% | 0.19% | - |
| HSV(B) | 196.67º | 0.54% | 0.26% | - |
| XYZ | 3.04 | 3.62 | 5.85 | - |
| YUV | 50.37 | 137.39 | 114.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 57 | 67 | 0.54 | 0.15 | 0 | 0.74 | 196.67 | 0.37 | 0.19 |
| Hex | 1F | 39 | 43 | 36 | F | 0 | 4A | C5 | 25 | 13 |
| Octal | 37 | 71 | 103 | 66 | 17 | 0 | 112 | 305 | 45 | 23 |
| Binary | 11111 | 111001 | 1000011 | 110110 | 1111 | 0 | 1001010 | 11000101 | 100101 | 10011 |
Color Harmonies of #1F3943
Complementary color
Monochromatic Colors of #1F3943
Black with #1F3943
Text Example
Text Example
White with #1F3943
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F3943; }
p { color: rgb(31,57,67); }
H1.HeaderClassName
{
color: #1F3943;
}
.AnyTagClassName
{
color: #1F3943;
}
</style>
background-color css
<style>
a { background-color: #1F3943; }
a { background-color: rgb(31,57,67); }
div.DivClassName
{
background-color: #1F3943;
}
.BgClassName
{
background-color: #1F3943;
}
</style>
border-color css
<style>
span { border-color: #1F3943; }
span { border-color: rgb(31,57,67); }
td.TdClassName
{
border-color: #1F3943;
}
.TagClassName
{
border-color: #1F3943;
}
</style>