#162E31

Color #162E31 Nordic (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Nordic #162E31

Tints of Nordic #162E31

Color information

#162E31 (or 0x162E31) is unknown color: approx 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

RGB224649-
CMYK0.550.0600.81
HSL186.67º38.03%13.92%-
HSV(B)186.67º55.1%19.22%-
XYZ1.862.353.26-
YUV39.17133.55115.76-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 22 (8.98% from 255) = 18.80%
GREEN value IS 46 (18.36% from 255) = 39.32%
BLUE value IS 49 (19.53% from 255) = 41.88%
R=18.80%
G=39.32%
B=41.88%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal2246490.550.0600.81186.6738.0313.92
Hex162E31376051bb26e
Octal26566167601212734616
Binary1011010111011000111011111001010001101110111001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #162E31

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>