Shades of Tiber #1F4548
Tints of Tiber #1F4548
RGB
CMYK
RGB Variations
Color information
#1F4548 (or 0x1F4548) is known color: Tiber. HEX triplet: 1F, 45 and 48. RGB value is (31,69,72). Sum of RGB (Red+Green+Blue) = 31+69+72=172 (22% of max value = 765). Red value is 31 (12.5% from 255 or 18.02% from 172); Green value is 69 (27.34% from 255 or 40.12% from 172); Blue value is 72 (28.52% from 255 or 41.86% from 172); Max value from RGB is 72 - color contains mainly: blue. Hex color #1F4548 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1F4548 is #E0BAB7. Grayscale: #393939. Windows color (decimal): -14727864 or 4736287. OLE color: 4736287.
HSL color Cylindrical-coordinate representation of color #1F4548: hue angle of 184.39º degrees, saturation: 0.4, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #1F4548 is Cyan = 0.57, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 31 | 69 | 72 | - |
| CMYK | 0.57 | 0.04 | 0 | 0.72 |
| HSL | 184.39º | 0.4% | 0.2% | - |
| HSV(B) | 184.39º | 0.57% | 0.28% | - |
| XYZ | 3.86 | 5.02 | 6.9 | - |
| YUV | 57.98 | 135.91 | 108.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 69 | 72 | 0.57 | 0.04 | 0 | 0.72 | 184.39 | 0.4 | 0.2 |
| Hex | 1F | 45 | 48 | 39 | 4 | 0 | 48 | B8 | 28 | 14 |
| Octal | 37 | 105 | 110 | 71 | 4 | 0 | 110 | 270 | 50 | 24 |
| Binary | 11111 | 1000101 | 1001000 | 111001 | 100 | 0 | 1001000 | 10111000 | 101000 | 10100 |
Color Harmonies of #1F4548
Complementary color
Monochromatic Colors of #1F4548
Black with #1F4548
Text Example
Text Example
White with #1F4548
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F4548; }
p { color: rgb(31,69,72); }
H1.HeaderClassName
{
color: #1F4548;
}
.AnyTagClassName
{
color: #1F4548;
}
</style>
background-color css
<style>
a { background-color: #1F4548; }
a { background-color: rgb(31,69,72); }
div.DivClassName
{
background-color: #1F4548;
}
.BgClassName
{
background-color: #1F4548;
}
</style>
border-color css
<style>
span { border-color: #1F4548; }
span { border-color: rgb(31,69,72); }
td.TdClassName
{
border-color: #1F4548;
}
.TagClassName
{
border-color: #1F4548;
}
</style>