Shades of Tiber #1F4348
Tints of Tiber #1F4348
RGB
CMYK
RGB Variations
Color information
#1F4348 (or 0x1F4348) is known color: Tiber. HEX triplet: 1F, 43 and 48. RGB value is (31,67,72). Sum of RGB (Red+Green+Blue) = 31+67+72=170 (22% of max value = 765). Red value is 31 (12.5% from 255 or 18.24% from 170); Green value is 67 (26.56% from 255 or 39.41% from 170); Blue value is 72 (28.52% from 255 or 42.35% from 170); Max value from RGB is 72 - color contains mainly: blue. Hex color #1F4348 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1F4348 is #E0BCB7. Grayscale: #383838. Windows color (decimal): -14728376 or 4735775. OLE color: 4735775.
HSL color Cylindrical-coordinate representation of color #1F4348: hue angle of 187.32º 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 #1F4348 is Cyan = 0.57, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 31 | 67 | 72 | - |
| CMYK | 0.57 | 0.07 | 0 | 0.72 |
| HSL | 187.32º | 0.4% | 0.2% | - |
| HSV(B) | 187.32º | 0.57% | 0.28% | - |
| XYZ | 3.74 | 4.77 | 6.86 | - |
| YUV | 56.81 | 136.57 | 109.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 67 | 72 | 0.57 | 0.07 | 0 | 0.72 | 187.32 | 0.4 | 0.2 |
| Hex | 1F | 43 | 48 | 39 | 7 | 0 | 48 | BB | 28 | 14 |
| Octal | 37 | 103 | 110 | 71 | 7 | 0 | 110 | 273 | 50 | 24 |
| Binary | 11111 | 1000011 | 1001000 | 111001 | 111 | 0 | 1001000 | 10111011 | 101000 | 10100 |
Color Harmonies of #1F4348
Complementary color
Monochromatic Colors of #1F4348
Black with #1F4348
Text Example
Text Example
White with #1F4348
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F4348; }
p { color: rgb(31,67,72); }
H1.HeaderClassName
{
color: #1F4348;
}
.AnyTagClassName
{
color: #1F4348;
}
</style>
background-color css
<style>
a { background-color: #1F4348; }
a { background-color: rgb(31,67,72); }
div.DivClassName
{
background-color: #1F4348;
}
.BgClassName
{
background-color: #1F4348;
}
</style>
border-color css
<style>
span { border-color: #1F4348; }
span { border-color: rgb(31,67,72); }
td.TdClassName
{
border-color: #1F4348;
}
.TagClassName
{
border-color: #1F4348;
}
</style>