Shades of Tiber #1F3D3B
Tints of Tiber #1F3D3B
RGB
CMYK
RGB Variations
Color information
#1F3D3B (or 0x1F3D3B) is known color: Tiber. HEX triplet: 1F, 3D and 3B. RGB value is (31,61,59). Sum of RGB (Red+Green+Blue) = 31+61+59=151 (20% of max value = 765). Red value is 31 (12.5% from 255 or 20.53% from 151); Green value is 61 (24.22% from 255 or 40.40% from 151); Blue value is 59 (23.44% from 255 or 39.07% from 151); Max value from RGB is 61 - color contains mainly: green. Hex color #1F3D3B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1F3D3B is #E0C2C4. Grayscale: #333333. Windows color (decimal): -14729925 or 3882271. OLE color: 3882271.
HSL color Cylindrical-coordinate representation of color #1F3D3B: hue angle of 176º 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 #1F3D3B is Cyan = 0.49, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 31 | 61 | 59 | - |
| CMYK | 0.49 | 0 | 0.03 | 0.76 |
| HSL | 176º | 0.33% | 0.18% | - |
| HSV(B) | 176º | 0.49% | 0.24% | - |
| XYZ | 3.02 | 3.94 | 4.74 | - |
| YUV | 51.8 | 132.06 | 113.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 61 | 59 | 0.49 | 0 | 0.03 | 0.76 | 176 | 0.33 | 0.18 |
| Hex | 1F | 3D | 3B | 31 | 0 | 3 | 4C | B0 | 21 | 12 |
| Octal | 37 | 75 | 73 | 61 | 0 | 3 | 114 | 260 | 41 | 22 |
| Binary | 11111 | 111101 | 111011 | 110001 | 0 | 11 | 1001100 | 10110000 | 100001 | 10010 |
Color Harmonies of #1F3D3B
Complementary color
Monochromatic Colors of #1F3D3B
Black with #1F3D3B
Text Example
Text Example
White with #1F3D3B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F3D3B; }
p { color: rgb(31,61,59); }
H1.HeaderClassName
{
color: #1F3D3B;
}
.AnyTagClassName
{
color: #1F3D3B;
}
</style>
background-color css
<style>
a { background-color: #1F3D3B; }
a { background-color: rgb(31,61,59); }
div.DivClassName
{
background-color: #1F3D3B;
}
.BgClassName
{
background-color: #1F3D3B;
}
</style>
border-color css
<style>
span { border-color: #1F3D3B; }
span { border-color: rgb(31,61,59); }
td.TdClassName
{
border-color: #1F3D3B;
}
.TagClassName
{
border-color: #1F3D3B;
}
</style>