Shades of Nordic #0E3433
Tints of Nordic #0E3433
RGB
CMYK
RGB Variations
Color information
#0E3433 (or 0x0E3433) is known color: Nordic. HEX triplet: 0E, 34 and 33. RGB value is (14,52,51). Sum of RGB (Red+Green+Blue) = 14+52+51=117 (15% of max value = 765). Red value is 14 (5.86% from 255 or 11.97% from 117); Green value is 52 (20.70% from 255 or 44.44% from 117); Blue value is 51 (20.31% from 255 or 43.59% from 117); Max value from RGB is 52 - color contains mainly: green. Hex color #0E3433 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0E3433 is #F1CBCC. Grayscale: #282828. Windows color (decimal): -15846349 or 3355662. OLE color: 3355662.
HSL color Cylindrical-coordinate representation of color #0E3433: hue angle of 178.42º 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 #0E3433 is Cyan = 0.73, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 14 | 52 | 51 | - |
| CMYK | 0.73 | 0 | 0.02 | 0.80 |
| HSL | 178.42º | 0.58% | 0.13% | - |
| HSV(B) | 178.42º | 0.73% | 0.2% | - |
| XYZ | 2.01 | 2.79 | 3.56 | - |
| YUV | 40.52 | 133.91 | 109.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 52 | 51 | 0.73 | 0 | 0.02 | 0.80 | 178.42 | 0.58 | 0.13 |
| Hex | E | 34 | 33 | 49 | 0 | 2 | 50 | B2 | 3A | D |
| Octal | 16 | 64 | 63 | 111 | 0 | 2 | 120 | 262 | 72 | 15 |
| Binary | 1110 | 110100 | 110011 | 1001001 | 0 | 10 | 1010000 | 10110010 | 111010 | 1101 |
Color Harmonies of #0E3433
Complementary color
Monochromatic Colors of #0E3433
Black with #0E3433
Text Example
Text Example
White with #0E3433
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0E3433; }
p { color: rgb(14,52,51); }
H1.HeaderClassName
{
color: #0E3433;
}
.AnyTagClassName
{
color: #0E3433;
}
</style>
background-color css
<style>
a { background-color: #0E3433; }
a { background-color: rgb(14,52,51); }
div.DivClassName
{
background-color: #0E3433;
}
.BgClassName
{
background-color: #0E3433;
}
</style>
border-color css
<style>
span { border-color: #0E3433; }
span { border-color: rgb(14,52,51); }
td.TdClassName
{
border-color: #0E3433;
}
.TagClassName
{
border-color: #0E3433;
}
</style>