Shades of Tiber #1E3E3C
Tints of Tiber #1E3E3C
RGB
CMYK
RGB Variations
Color information
#1E3E3C (or 0x1E3E3C) is known color: Tiber. HEX triplet: 1E, 3E and 3C. RGB value is (30,62,60). Sum of RGB (Red+Green+Blue) = 30+62+60=152 (20% of max value = 765). Red value is 30 (12.11% from 255 or 19.74% from 152); Green value is 62 (24.61% from 255 or 40.79% from 152); Blue value is 60 (23.83% from 255 or 39.47% from 152); Max value from RGB is 62 - color contains mainly: green. Hex color #1E3E3C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1E3E3C is #E1C1C3. Grayscale: #343434. Windows color (decimal): -14795204 or 3948062. OLE color: 3948062.
HSL color Cylindrical-coordinate representation of color #1E3E3C: hue angle of 176.25º degrees, saturation: 0.35, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #1E3E3C is Cyan = 0.52, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 30 | 62 | 60 | - |
| CMYK | 0.52 | 0 | 0.03 | 0.76 |
| HSL | 176.25º | 0.35% | 0.18% | - |
| HSV(B) | 176.25º | 0.52% | 0.24% | - |
| XYZ | 3.07 | 4.05 | 4.89 | - |
| YUV | 52.2 | 132.4 | 112.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 62 | 60 | 0.52 | 0 | 0.03 | 0.76 | 176.25 | 0.35 | 0.18 |
| Hex | 1E | 3E | 3C | 34 | 0 | 3 | 4C | B0 | 23 | 12 |
| Octal | 36 | 76 | 74 | 64 | 0 | 3 | 114 | 260 | 43 | 22 |
| Binary | 11110 | 111110 | 111100 | 110100 | 0 | 11 | 1001100 | 10110000 | 100011 | 10010 |
Color Harmonies of #1E3E3C
Complementary color
Monochromatic Colors of #1E3E3C
Black with #1E3E3C
Text Example
Text Example
White with #1E3E3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E3E3C; }
p { color: rgb(30,62,60); }
H1.HeaderClassName
{
color: #1E3E3C;
}
.AnyTagClassName
{
color: #1E3E3C;
}
</style>
background-color css
<style>
a { background-color: #1E3E3C; }
a { background-color: rgb(30,62,60); }
div.DivClassName
{
background-color: #1E3E3C;
}
.BgClassName
{
background-color: #1E3E3C;
}
</style>
border-color css
<style>
span { border-color: #1E3E3C; }
span { border-color: rgb(30,62,60); }
td.TdClassName
{
border-color: #1E3E3C;
}
.TagClassName
{
border-color: #1E3E3C;
}
</style>