#163132

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

Shades of Nordic #163132

Tints of Nordic #163132

Color information

#163132 (or 0x163132) is unknown color: approx Nordic. HEX triplet: 16, 31 and 32. RGB value is (22,49,50). Sum of RGB (Red+Green+Blue) = 22+49+50=121 (16% of max value = 765). Red value is 22 (8.98% from 255 or 18.18% from 121); Green value is 49 (19.53% from 255 or 40.50% from 121); Blue value is 50 (19.92% from 255 or 41.32% from 121); Max value from RGB is 50 - color contains mainly: blue. Hex color #163132 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #163132 is #E9CECD. Grayscale: #292929. Windows color (decimal): -15322830 or 3289366. OLE color: 3289366.

HSL color Cylindrical-coordinate representation of color #163132: hue angle of 182.14º 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 #163132 is Cyan = 0.56, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.80.

Color convert

RGB224950-
CMYK0.560.0200.80
HSL182.14º38.89%14.12%-
HSV(B)182.14º56%19.61%-
XYZ22.63.41-
YUV41.04133.05114.42-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 18.18%
GREEN value IS 49 (19.53% from 255) = 40.50%
BLUE value IS 50 (19.92% from 255) = 41.32%
R=18.18%
G=40.50%
B=41.32%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal2249500.560.0200.80182.1438.8914.12
Hex163132382050b627e
Octal26616270201202664716
Binary101101100011100101110001001010000101101101001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #163132

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #163132; }

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

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

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

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

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

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

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

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