Shades of Tiber #1F413F
Tints of Tiber #1F413F
RGB
CMYK
RGB Variations
Color information
#1F413F (or 0x1F413F) is known color: Tiber. HEX triplet: 1F, 41 and 3F. RGB value is (31,65,63). Sum of RGB (Red+Green+Blue) = 31+65+63=159 (21% of max value = 765). Red value is 31 (12.5% from 255 or 19.50% from 159); Green value is 65 (25.78% from 255 or 40.88% from 159); Blue value is 63 (25% from 255 or 39.62% from 159); Max value from RGB is 65 - color contains mainly: green. Hex color #1F413F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1F413F is #E0BEC0. Grayscale: #363636. Windows color (decimal): -14728897 or 4145439. OLE color: 4145439.
HSL color Cylindrical-coordinate representation of color #1F413F: hue angle of 176.47º 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 #1F413F is Cyan = 0.52, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 31 | 65 | 63 | - |
| CMYK | 0.52 | 0 | 0.03 | 0.75 |
| HSL | 176.47º | 0.35% | 0.19% | - |
| HSV(B) | 176.47º | 0.52% | 0.25% | - |
| XYZ | 3.35 | 4.43 | 5.38 | - |
| YUV | 54.61 | 132.74 | 111.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 65 | 63 | 0.52 | 0 | 0.03 | 0.75 | 176.47 | 0.35 | 0.19 |
| Hex | 1F | 41 | 3F | 34 | 0 | 3 | 4B | B0 | 23 | 13 |
| Octal | 37 | 101 | 77 | 64 | 0 | 3 | 113 | 260 | 43 | 23 |
| Binary | 11111 | 1000001 | 111111 | 110100 | 0 | 11 | 1001011 | 10110000 | 100011 | 10011 |
Color Harmonies of #1F413F
Complementary color
Monochromatic Colors of #1F413F
Black with #1F413F
Text Example
Text Example
White with #1F413F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F413F; }
p { color: rgb(31,65,63); }
H1.HeaderClassName
{
color: #1F413F;
}
.AnyTagClassName
{
color: #1F413F;
}
</style>
background-color css
<style>
a { background-color: #1F413F; }
a { background-color: rgb(31,65,63); }
div.DivClassName
{
background-color: #1F413F;
}
.BgClassName
{
background-color: #1F413F;
}
</style>
border-color css
<style>
span { border-color: #1F413F; }
span { border-color: rgb(31,65,63); }
td.TdClassName
{
border-color: #1F413F;
}
.TagClassName
{
border-color: #1F413F;
}
</style>