Shades of Elephant #1F323B
Tints of Elephant #1F323B
RGB
CMYK
RGB Variations
Color information
#1F323B (or 0x1F323B) is known color: Elephant. HEX triplet: 1F, 32 and 3B. RGB value is (31,50,59). Sum of RGB (Red+Green+Blue) = 31+50+59=140 (18% of max value = 765). Red value is 31 (12.5% from 255 or 22.14% from 140); Green value is 50 (19.92% from 255 or 35.71% from 140); Blue value is 59 (23.44% from 255 or 42.14% from 140); Max value from RGB is 59 - color contains mainly: blue. Hex color #1F323B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1F323B is #E0CDC4. Grayscale: #2D2D2D. Windows color (decimal): -14732741 or 3879455. OLE color: 3879455.
HSL color Cylindrical-coordinate representation of color #1F323B: hue angle of 199.29º degrees, saturation: 0.31, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #1F323B is Cyan = 0.47, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 31 | 50 | 59 | - |
| CMYK | 0.47 | 0.15 | 0 | 0.77 |
| HSL | 199.29º | 0.31% | 0.18% | - |
| HSV(B) | 199.29º | 0.47% | 0.23% | - |
| XYZ | 2.5 | 2.89 | 4.56 | - |
| YUV | 45.35 | 135.71 | 117.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 50 | 59 | 0.47 | 0.15 | 0 | 0.77 | 199.29 | 0.31 | 0.18 |
| Hex | 1F | 32 | 3B | 2F | F | 0 | 4D | C7 | 1F | 12 |
| Octal | 37 | 62 | 73 | 57 | 17 | 0 | 115 | 307 | 37 | 22 |
| Binary | 11111 | 110010 | 111011 | 101111 | 1111 | 0 | 1001101 | 11000111 | 11111 | 10010 |
Color Harmonies of #1F323B
Complementary color
Monochromatic Colors of #1F323B
Black with #1F323B
Text Example
Text Example
White with #1F323B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F323B; }
p { color: rgb(31,50,59); }
H1.HeaderClassName
{
color: #1F323B;
}
.AnyTagClassName
{
color: #1F323B;
}
</style>
background-color css
<style>
a { background-color: #1F323B; }
a { background-color: rgb(31,50,59); }
div.DivClassName
{
background-color: #1F323B;
}
.BgClassName
{
background-color: #1F323B;
}
</style>
border-color css
<style>
span { border-color: #1F323B; }
span { border-color: rgb(31,50,59); }
td.TdClassName
{
border-color: #1F323B;
}
.TagClassName
{
border-color: #1F323B;
}
</style>