#163032

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

Shades of Nordic #163032

Tints of Nordic #163032

Color information

#163032 (or 0x163032) is unknown color: approx Nordic. HEX triplet: 16, 30 and 32. RGB value is (22,48,50). Sum of RGB (Red+Green+Blue) = 22+48+50=120 (15% of max value = 765). Red value is 22 (8.98% from 255 or 18.33% from 120); Green value is 48 (19.14% from 255 or 40% from 120); Blue value is 50 (19.92% from 255 or 41.67% from 120); Max value from RGB is 50 - color contains mainly: blue. Hex color #163032 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #163032 is #E9CFCD. Grayscale: #282828. Windows color (decimal): -15323086 or 3289110. OLE color: 3289110.

HSL color Cylindrical-coordinate representation of color #163032: hue angle of 184.29º degrees, saturation: 0.39, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #163032 is Cyan = 0.56, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.80.

Color convert

RGB224850-
CMYK0.560.0400.80
HSL184.29º38.89%14.12%-
HSV(B)184.29º56%19.61%-
XYZ1.962.513.4-
YUV40.45133.39114.84-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 18.33%
GREEN value IS 48 (19.14% from 255) = 40%
BLUE value IS 50 (19.92% from 255) = 41.67%
R=18.33%
G=40%
B=41.67%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal2248500.560.0400.80184.2938.8914.12
Hex163032384050b827e
Octal26606270401202704716
Binary1011011000011001011100010001010000101110001001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #163032

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #163032; }

 p { color: rgb(22,48,50); }

 H1.HeaderClassName
 {
   color: #163032;
 }
 .AnyTagClassName
 {
   color: #163032;
 }
</style>
background-color css

<style>
 a { background-color: #163032; }

 a { background-color: rgb(22,48,50); }

 div.DivClassName
 {
   background-color: #163032;
 }
 .BgClassName
 {
   background-color: #163032;
 }
</style>
border-color css

<style>
 span { border-color: #163032; }

 span { border-color: rgb(22,48,50); }

 td.TdClassName
 {
   border-color: #163032;
 }
 .TagClassName
 {
   border-color: #163032;
 }
</style>