Shades of Nordic #0E3941
Tints of Nordic #0E3941
RGB
CMYK
RGB Variations
Color information
#0E3941 (or 0x0E3941) is known color: Nordic. HEX triplet: 0E, 39 and 41. RGB value is (14,57,65). Sum of RGB (Red+Green+Blue) = 14+57+65=136 (18% of max value = 765). Red value is 14 (5.86% from 255 or 10.29% from 136); Green value is 57 (22.66% from 255 or 41.91% from 136); Blue value is 65 (25.78% from 255 or 47.79% from 136); Max value from RGB is 65 - color contains mainly: blue. Hex color #0E3941 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0E3941 is #F1C6BE. Grayscale: #2C2C2C. Windows color (decimal): -15845055 or 4274446. OLE color: 4274446.
HSL color Cylindrical-coordinate representation of color #0E3941: hue angle of 189.41º degrees, saturation: 0.65, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #0E3941 is Cyan = 0.78, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 14 | 57 | 65 | - |
| CMYK | 0.78 | 0.12 | 0 | 0.75 |
| HSL | 189.41º | 0.65% | 0.15% | - |
| HSV(B) | 189.41º | 0.78% | 0.25% | - |
| XYZ | 2.6 | 3.4 | 5.52 | - |
| YUV | 45.06 | 139.25 | 105.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 57 | 65 | 0.78 | 0.12 | 0 | 0.75 | 189.41 | 0.65 | 0.15 |
| Hex | E | 39 | 41 | 4E | C | 0 | 4B | BD | 41 | F |
| Octal | 16 | 71 | 101 | 116 | 14 | 0 | 113 | 275 | 101 | 17 |
| Binary | 1110 | 111001 | 1000001 | 1001110 | 1100 | 0 | 1001011 | 10111101 | 1000001 | 1111 |
Color Harmonies of #0E3941
Complementary color
Monochromatic Colors of #0E3941
Black with #0E3941
Text Example
Text Example
White with #0E3941
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0E3941; }
p { color: rgb(14,57,65); }
H1.HeaderClassName
{
color: #0E3941;
}
.AnyTagClassName
{
color: #0E3941;
}
</style>
background-color css
<style>
a { background-color: #0E3941; }
a { background-color: rgb(14,57,65); }
div.DivClassName
{
background-color: #0E3941;
}
.BgClassName
{
background-color: #0E3941;
}
</style>
border-color css
<style>
span { border-color: #0E3941; }
span { border-color: rgb(14,57,65); }
td.TdClassName
{
border-color: #0E3941;
}
.TagClassName
{
border-color: #0E3941;
}
</style>