Shades of Nordic #0E3738
Tints of Nordic #0E3738
RGB
CMYK
RGB Variations
Color information
#0E3738 (or 0x0E3738) is known color: Nordic. HEX triplet: 0E, 37 and 38. RGB value is (14,55,56). Sum of RGB (Red+Green+Blue) = 14+55+56=125 (16% of max value = 765). Red value is 14 (5.86% from 255 or 11.2% from 125); Green value is 55 (21.88% from 255 or 44% from 125); Blue value is 56 (22.27% from 255 or 44.8% from 125); Max value from RGB is 56 - color contains mainly: blue. Hex color #0E3738 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0E3738 is #F1C8C7. Grayscale: #2A2A2A. Windows color (decimal): -15845576 or 3684110. OLE color: 3684110.
HSL color Cylindrical-coordinate representation of color #0E3738: hue angle of 181.43º 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 #0E3738 is Cyan = 0.75, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 14 | 55 | 56 | - |
| CMYK | 0.75 | 0.02 | 0 | 0.78 |
| HSL | 181.43º | 0.6% | 0.14% | - |
| HSV(B) | 181.43º | 0.75% | 0.22% | - |
| XYZ | 2.26 | 3.11 | 4.22 | - |
| YUV | 42.86 | 135.42 | 107.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 55 | 56 | 0.75 | 0.02 | 0 | 0.78 | 181.43 | 0.6 | 0.14 |
| Hex | E | 37 | 38 | 4B | 2 | 0 | 4E | B5 | 3C | E |
| Octal | 16 | 67 | 70 | 113 | 2 | 0 | 116 | 265 | 74 | 16 |
| Binary | 1110 | 110111 | 111000 | 1001011 | 10 | 0 | 1001110 | 10110101 | 111100 | 1110 |
Color Harmonies of #0E3738
Complementary color
Monochromatic Colors of #0E3738
Black with #0E3738
Text Example
Text Example
White with #0E3738
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0E3738; }
p { color: rgb(14,55,56); }
H1.HeaderClassName
{
color: #0E3738;
}
.AnyTagClassName
{
color: #0E3738;
}
</style>
background-color css
<style>
a { background-color: #0E3738; }
a { background-color: rgb(14,55,56); }
div.DivClassName
{
background-color: #0E3738;
}
.BgClassName
{
background-color: #0E3738;
}
</style>
border-color css
<style>
span { border-color: #0E3738; }
span { border-color: rgb(14,55,56); }
td.TdClassName
{
border-color: #0E3738;
}
.TagClassName
{
border-color: #0E3738;
}
</style>