Shades of Nordic #0E3334
Tints of Nordic #0E3334
RGB
CMYK
RGB Variations
Color information
#0E3334 (or 0x0E3334) is known color: Nordic. HEX triplet: 0E, 33 and 34. RGB value is (14,51,52). Sum of RGB (Red+Green+Blue) = 14+51+52=117 (15% of max value = 765). Red value is 14 (5.86% from 255 or 11.97% from 117); Green value is 51 (20.31% from 255 or 43.59% from 117); Blue value is 52 (20.70% from 255 or 44.44% from 117); Max value from RGB is 52 - color contains mainly: blue. Hex color #0E3334 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0E3334 is #F1CCCB. Grayscale: #282828. Windows color (decimal): -15846604 or 3420942. OLE color: 3420942.
HSL color Cylindrical-coordinate representation of color #0E3334: hue angle of 181.58º degrees, saturation: 0.58, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #0E3334 is Cyan = 0.73, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 14 | 51 | 52 | - |
| CMYK | 0.73 | 0.02 | 0 | 0.80 |
| HSL | 181.58º | 0.58% | 0.13% | - |
| HSV(B) | 181.58º | 0.73% | 0.2% | - |
| XYZ | 1.98 | 2.71 | 3.67 | - |
| YUV | 40.05 | 134.74 | 109.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 51 | 52 | 0.73 | 0.02 | 0 | 0.80 | 181.58 | 0.58 | 0.13 |
| Hex | E | 33 | 34 | 49 | 2 | 0 | 50 | B6 | 3A | D |
| Octal | 16 | 63 | 64 | 111 | 2 | 0 | 120 | 266 | 72 | 15 |
| Binary | 1110 | 110011 | 110100 | 1001001 | 10 | 0 | 1010000 | 10110110 | 111010 | 1101 |
Color Harmonies of #0E3334
Complementary color
Monochromatic Colors of #0E3334
Black with #0E3334
Text Example
Text Example
White with #0E3334
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0E3334; }
p { color: rgb(14,51,52); }
H1.HeaderClassName
{
color: #0E3334;
}
.AnyTagClassName
{
color: #0E3334;
}
</style>
background-color css
<style>
a { background-color: #0E3334; }
a { background-color: rgb(14,51,52); }
div.DivClassName
{
background-color: #0E3334;
}
.BgClassName
{
background-color: #0E3334;
}
</style>
border-color css
<style>
span { border-color: #0E3334; }
span { border-color: rgb(14,51,52); }
td.TdClassName
{
border-color: #0E3334;
}
.TagClassName
{
border-color: #0E3334;
}
</style>