Shades of Tiber #0E3836
Tints of Tiber #0E3836
RGB
CMYK
RGB Variations
Color information
#0E3836 (or 0x0E3836) is known color: Tiber. HEX triplet: 0E, 38 and 36. RGB value is (14,56,54). Sum of RGB (Red+Green+Blue) = 14+56+54=124 (16% of max value = 765). Red value is 14 (5.86% from 255 or 11.29% from 124); Green value is 56 (22.27% from 255 or 45.16% from 124); Blue value is 54 (21.48% from 255 or 43.55% from 124); Max value from RGB is 56 - color contains mainly: green. Hex color #0E3836 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0E3836 is #F1C7C9. Grayscale: #2B2B2B. Windows color (decimal): -15845322 or 3553294. OLE color: 3553294.
HSL color Cylindrical-coordinate representation of color #0E3836: hue angle of 177.14º degrees, saturation: 0.6, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #0E3836 is Cyan = 0.75, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 14 | 56 | 54 | - |
| CMYK | 0.75 | 0 | 0.04 | 0.78 |
| HSL | 177.14º | 0.6% | 0.14% | - |
| HSV(B) | 177.14º | 0.75% | 0.22% | - |
| XYZ | 2.26 | 3.19 | 3.99 | - |
| YUV | 43.21 | 134.09 | 107.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 56 | 54 | 0.75 | 0 | 0.04 | 0.78 | 177.14 | 0.6 | 0.14 |
| Hex | E | 38 | 36 | 4B | 0 | 4 | 4E | B1 | 3C | E |
| Octal | 16 | 70 | 66 | 113 | 0 | 4 | 116 | 261 | 74 | 16 |
| Binary | 1110 | 111000 | 110110 | 1001011 | 0 | 100 | 1001110 | 10110001 | 111100 | 1110 |
Color Harmonies of #0E3836
Complementary color
Monochromatic Colors of #0E3836
Black with #0E3836
Text Example
Text Example
White with #0E3836
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0E3836; }
p { color: rgb(14,56,54); }
H1.HeaderClassName
{
color: #0E3836;
}
.AnyTagClassName
{
color: #0E3836;
}
</style>
background-color css
<style>
a { background-color: #0E3836; }
a { background-color: rgb(14,56,54); }
div.DivClassName
{
background-color: #0E3836;
}
.BgClassName
{
background-color: #0E3836;
}
</style>
border-color css
<style>
span { border-color: #0E3836; }
span { border-color: rgb(14,56,54); }
td.TdClassName
{
border-color: #0E3836;
}
.TagClassName
{
border-color: #0E3836;
}
</style>