Shades of Nordic #162E31
Tints of Nordic #162E31
RGB
CMYK
RGB Variations
Color information
#162E31 (or 0x162E31) is known color: Nordic. HEX triplet: 16, 2E and 31. RGB value is (22,46,49). Sum of RGB (Red+Green+Blue) = 22+46+49=117 (15% of max value = 765). Red value is 22 (8.98% from 255 or 18.80% from 117); Green value is 46 (18.36% from 255 or 39.32% from 117); Blue value is 49 (19.53% from 255 or 41.88% from 117); Max value from RGB is 49 - color contains mainly: blue. Hex color #162E31 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #162E31 is #E9D1CE. Grayscale: #272727. Windows color (decimal): -15323599 or 3223062. OLE color: 3223062.
HSL color Cylindrical-coordinate representation of color #162E31: hue angle of 186.67º degrees, saturation: 0.38, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #162E31 is Cyan = 0.55, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 22 | 46 | 49 | - |
| CMYK | 0.55 | 0.06 | 0 | 0.81 |
| HSL | 186.67º | 0.38% | 0.14% | - |
| HSV(B) | 186.67º | 0.55% | 0.19% | - |
| XYZ | 1.86 | 2.35 | 3.26 | - |
| YUV | 39.17 | 133.55 | 115.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 46 | 49 | 0.55 | 0.06 | 0 | 0.81 | 186.67 | 0.38 | 0.14 |
| Hex | 16 | 2E | 31 | 37 | 6 | 0 | 51 | BB | 26 | E |
| Octal | 26 | 56 | 61 | 67 | 6 | 0 | 121 | 273 | 46 | 16 |
| Binary | 10110 | 101110 | 110001 | 110111 | 110 | 0 | 1010001 | 10111011 | 100110 | 1110 |
Color Harmonies of #162E31
Complementary color
Monochromatic Colors of #162E31
Black with #162E31
Text Example
Text Example
White with #162E31
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #162E31; }
p { color: rgb(22,46,49); }
H1.HeaderClassName
{
color: #162E31;
}
.AnyTagClassName
{
color: #162E31;
}
</style>
background-color css
<style>
a { background-color: #162E31; }
a { background-color: rgb(22,46,49); }
div.DivClassName
{
background-color: #162E31;
}
.BgClassName
{
background-color: #162E31;
}
</style>
border-color css
<style>
span { border-color: #162E31; }
span { border-color: rgb(22,46,49); }
td.TdClassName
{
border-color: #162E31;
}
.TagClassName
{
border-color: #162E31;
}
</style>