Shades of Tiber #1E4243
Tints of Tiber #1E4243
RGB
CMYK
RGB Variations
Color information
#1E4243 (or 0x1E4243) is known color: Tiber. HEX triplet: 1E, 42 and 43. RGB value is (30,66,67). Sum of RGB (Red+Green+Blue) = 30+66+67=163 (21% of max value = 765). Red value is 30 (12.11% from 255 or 18.40% from 163); Green value is 66 (26.17% from 255 or 40.49% from 163); Blue value is 67 (26.56% from 255 or 41.10% from 163); Max value from RGB is 67 - color contains mainly: blue. Hex color #1E4243 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1E4243 is #E1BDBC. Grayscale: #373737. Windows color (decimal): -14794173 or 4407838. OLE color: 4407838.
HSL color Cylindrical-coordinate representation of color #1E4243: hue angle of 181.62º degrees, saturation: 0.38, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #1E4243 is Cyan = 0.55, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 30 | 66 | 67 | - |
| CMYK | 0.55 | 0.01 | 0 | 0.74 |
| HSL | 181.62º | 0.38% | 0.19% | - |
| HSV(B) | 181.62º | 0.55% | 0.26% | - |
| XYZ | 3.5 | 4.58 | 6.01 | - |
| YUV | 55.35 | 134.57 | 109.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 66 | 67 | 0.55 | 0.01 | 0 | 0.74 | 181.62 | 0.38 | 0.19 |
| Hex | 1E | 42 | 43 | 37 | 1 | 0 | 4A | B6 | 26 | 13 |
| Octal | 36 | 102 | 103 | 67 | 1 | 0 | 112 | 266 | 46 | 23 |
| Binary | 11110 | 1000010 | 1000011 | 110111 | 1 | 0 | 1001010 | 10110110 | 100110 | 10011 |
Color Harmonies of #1E4243
Complementary color
Monochromatic Colors of #1E4243
Black with #1E4243
Text Example
Text Example
White with #1E4243
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E4243; }
p { color: rgb(30,66,67); }
H1.HeaderClassName
{
color: #1E4243;
}
.AnyTagClassName
{
color: #1E4243;
}
</style>
background-color css
<style>
a { background-color: #1E4243; }
a { background-color: rgb(30,66,67); }
div.DivClassName
{
background-color: #1E4243;
}
.BgClassName
{
background-color: #1E4243;
}
</style>
border-color css
<style>
span { border-color: #1E4243; }
span { border-color: rgb(30,66,67); }
td.TdClassName
{
border-color: #1E4243;
}
.TagClassName
{
border-color: #1E4243;
}
</style>