Shades of Elephant #1F333D
Tints of Elephant #1F333D
RGB
CMYK
RGB Variations
Color information
#1F333D (or 0x1F333D) is known color: Elephant. HEX triplet: 1F, 33 and 3D. RGB value is (31,51,61). Sum of RGB (Red+Green+Blue) = 31+51+61=143 (18% of max value = 765). Red value is 31 (12.5% from 255 or 21.68% from 143); Green value is 51 (20.31% from 255 or 35.66% from 143); Blue value is 61 (24.22% from 255 or 42.66% from 143); Max value from RGB is 61 - color contains mainly: blue. Hex color #1F333D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1F333D is #E0CCC2. Grayscale: #2E2E2E. Windows color (decimal): -14732483 or 4010783. OLE color: 4010783.
HSL color Cylindrical-coordinate representation of color #1F333D: hue angle of 200º 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 #1F333D is Cyan = 0.49, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 31 | 51 | 61 | - |
| CMYK | 0.49 | 0.16 | 0 | 0.76 |
| HSL | 200º | 0.33% | 0.18% | - |
| HSV(B) | 200º | 0.49% | 0.24% | - |
| XYZ | 2.59 | 3 | 4.86 | - |
| YUV | 46.16 | 136.37 | 117.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 51 | 61 | 0.49 | 0.16 | 0 | 0.76 | 200 | 0.33 | 0.18 |
| Hex | 1F | 33 | 3D | 31 | 10 | 0 | 4C | C8 | 21 | 12 |
| Octal | 37 | 63 | 75 | 61 | 20 | 0 | 114 | 310 | 41 | 22 |
| Binary | 11111 | 110011 | 111101 | 110001 | 10000 | 0 | 1001100 | 11001000 | 100001 | 10010 |
Color Harmonies of #1F333D
Complementary color
Monochromatic Colors of #1F333D
Black with #1F333D
Text Example
Text Example
White with #1F333D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F333D; }
p { color: rgb(31,51,61); }
H1.HeaderClassName
{
color: #1F333D;
}
.AnyTagClassName
{
color: #1F333D;
}
</style>
background-color css
<style>
a { background-color: #1F333D; }
a { background-color: rgb(31,51,61); }
div.DivClassName
{
background-color: #1F333D;
}
.BgClassName
{
background-color: #1F333D;
}
</style>
border-color css
<style>
span { border-color: #1F333D; }
span { border-color: rgb(31,51,61); }
td.TdClassName
{
border-color: #1F333D;
}
.TagClassName
{
border-color: #1F333D;
}
</style>