Shades of Tiber #1F4140
Tints of Tiber #1F4140
RGB
CMYK
RGB Variations
Color information
#1F4140 (or 0x1F4140) is known color: Tiber. HEX triplet: 1F, 41 and 40. RGB value is (31,65,64). Sum of RGB (Red+Green+Blue) = 31+65+64=160 (21% of max value = 765). Red value is 31 (12.5% from 255 or 19.38% from 160); Green value is 65 (25.78% from 255 or 40.62% from 160); Blue value is 64 (25.39% from 255 or 40% from 160); Max value from RGB is 65 - color contains mainly: green. Hex color #1F4140 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1F4140 is #E0BEBF. Grayscale: #363636. Windows color (decimal): -14728896 or 4210975. OLE color: 4210975.
HSL color Cylindrical-coordinate representation of color #1F4140: hue angle of 178.24º degrees, saturation: 0.35, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #1F4140 is Cyan = 0.52, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 31 | 65 | 64 | - |
| CMYK | 0.52 | 0 | 0.02 | 0.75 |
| HSL | 178.24º | 0.35% | 0.19% | - |
| HSV(B) | 178.24º | 0.52% | 0.25% | - |
| XYZ | 3.38 | 4.44 | 5.53 | - |
| YUV | 54.72 | 133.24 | 111.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 65 | 64 | 0.52 | 0 | 0.02 | 0.75 | 178.24 | 0.35 | 0.19 |
| Hex | 1F | 41 | 40 | 34 | 0 | 2 | 4B | B2 | 23 | 13 |
| Octal | 37 | 101 | 100 | 64 | 0 | 2 | 113 | 262 | 43 | 23 |
| Binary | 11111 | 1000001 | 1000000 | 110100 | 0 | 10 | 1001011 | 10110010 | 100011 | 10011 |
Color Harmonies of #1F4140
Complementary color
Monochromatic Colors of #1F4140
Black with #1F4140
Text Example
Text Example
White with #1F4140
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F4140; }
p { color: rgb(31,65,64); }
H1.HeaderClassName
{
color: #1F4140;
}
.AnyTagClassName
{
color: #1F4140;
}
</style>
background-color css
<style>
a { background-color: #1F4140; }
a { background-color: rgb(31,65,64); }
div.DivClassName
{
background-color: #1F4140;
}
.BgClassName
{
background-color: #1F4140;
}
</style>
border-color css
<style>
span { border-color: #1F4140; }
span { border-color: rgb(31,65,64); }
td.TdClassName
{
border-color: #1F4140;
}
.TagClassName
{
border-color: #1F4140;
}
</style>