Shades of Tiber #1F3F3E
Tints of Tiber #1F3F3E
RGB
CMYK
RGB Variations
Color information
#1F3F3E (or 0x1F3F3E) is known color: Tiber. HEX triplet: 1F, 3F and 3E. RGB value is (31,63,62). Sum of RGB (Red+Green+Blue) = 31+63+62=156 (20% of max value = 765). Red value is 31 (12.5% from 255 or 19.87% from 156); Green value is 63 (25% from 255 or 40.38% from 156); Blue value is 62 (24.61% from 255 or 39.74% from 156); Max value from RGB is 63 - color contains mainly: green. Hex color #1F3F3E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1F3F3E is #E0C0C1. Grayscale: #353535. Windows color (decimal): -14729410 or 4079391. OLE color: 4079391.
HSL color Cylindrical-coordinate representation of color #1F3F3E: hue angle of 178.12º degrees, saturation: 0.34, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #1F3F3E is Cyan = 0.51, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 31 | 63 | 62 | - |
| CMYK | 0.51 | 0 | 0.02 | 0.75 |
| HSL | 178.13º | 0.34% | 0.18% | - |
| HSV(B) | 178.13º | 0.51% | 0.25% | - |
| XYZ | 3.21 | 4.19 | 5.2 | - |
| YUV | 53.32 | 132.9 | 112.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 63 | 62 | 0.51 | 0 | 0.02 | 0.75 | 178.13 | 0.34 | 0.18 |
| Hex | 1F | 3F | 3E | 33 | 0 | 2 | 4B | B2 | 22 | 12 |
| Octal | 37 | 77 | 76 | 63 | 0 | 2 | 113 | 262 | 42 | 22 |
| Binary | 11111 | 111111 | 111110 | 110011 | 0 | 10 | 1001011 | 10110010 | 100010 | 10010 |
Color Harmonies of #1F3F3E
Complementary color
Monochromatic Colors of #1F3F3E
Black with #1F3F3E
Text Example
Text Example
White with #1F3F3E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F3F3E; }
p { color: rgb(31,63,62); }
H1.HeaderClassName
{
color: #1F3F3E;
}
.AnyTagClassName
{
color: #1F3F3E;
}
</style>
background-color css
<style>
a { background-color: #1F3F3E; }
a { background-color: rgb(31,63,62); }
div.DivClassName
{
background-color: #1F3F3E;
}
.BgClassName
{
background-color: #1F3F3E;
}
</style>
border-color css
<style>
span { border-color: #1F3F3E; }
span { border-color: rgb(31,63,62); }
td.TdClassName
{
border-color: #1F3F3E;
}
.TagClassName
{
border-color: #1F3F3E;
}
</style>