Shades of Elephant #1F3843
Tints of Elephant #1F3843
RGB
CMYK
RGB Variations
Color information
#1F3843 (or 0x1F3843) is known color: Elephant. HEX triplet: 1F, 38 and 43. RGB value is (31,56,67). Sum of RGB (Red+Green+Blue) = 31+56+67=154 (20% of max value = 765). Red value is 31 (12.5% from 255 or 20.13% from 154); Green value is 56 (22.27% from 255 or 36.36% from 154); Blue value is 67 (26.56% from 255 or 43.51% from 154); Max value from RGB is 67 - color contains mainly: blue. Hex color #1F3843 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1F3843 is #E0C7BC. Grayscale: #313131. Windows color (decimal): -14731197 or 4405279. OLE color: 4405279.
HSL color Cylindrical-coordinate representation of color #1F3843: hue angle of 198.33º 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 #1F3843 is Cyan = 0.54, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 31 | 56 | 67 | - |
| CMYK | 0.54 | 0.16 | 0 | 0.74 |
| HSL | 198.33º | 0.37% | 0.19% | - |
| HSV(B) | 198.33º | 0.54% | 0.26% | - |
| XYZ | 2.99 | 3.52 | 5.83 | - |
| YUV | 49.78 | 137.72 | 114.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 56 | 67 | 0.54 | 0.16 | 0 | 0.74 | 198.33 | 0.37 | 0.19 |
| Hex | 1F | 38 | 43 | 36 | 10 | 0 | 4A | C6 | 25 | 13 |
| Octal | 37 | 70 | 103 | 66 | 20 | 0 | 112 | 306 | 45 | 23 |
| Binary | 11111 | 111000 | 1000011 | 110110 | 10000 | 0 | 1001010 | 11000110 | 100101 | 10011 |
Color Harmonies of #1F3843
Complementary color
Monochromatic Colors of #1F3843
Black with #1F3843
Text Example
Text Example
White with #1F3843
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F3843; }
p { color: rgb(31,56,67); }
H1.HeaderClassName
{
color: #1F3843;
}
.AnyTagClassName
{
color: #1F3843;
}
</style>
background-color css
<style>
a { background-color: #1F3843; }
a { background-color: rgb(31,56,67); }
div.DivClassName
{
background-color: #1F3843;
}
.BgClassName
{
background-color: #1F3843;
}
</style>
border-color css
<style>
span { border-color: #1F3843; }
span { border-color: rgb(31,56,67); }
td.TdClassName
{
border-color: #1F3843;
}
.TagClassName
{
border-color: #1F3843;
}
</style>