#163136

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

Shades of Nordic #163136

Tints of Nordic #163136

Color information

#163136 (or 0x163136) is unknown color: approx Nordic. HEX triplet: 16, 31 and 36. RGB value is (22,49,54). Sum of RGB (Red+Green+Blue) = 22+49+54=125 (16% of max value = 765). Red value is 22 (8.98% from 255 or 17.6% from 125); Green value is 49 (19.53% from 255 or 39.2% from 125); Blue value is 54 (21.48% from 255 or 43.2% from 125); Max value from RGB is 54 - color contains mainly: blue. Hex color #163136 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #163136 is #E9CEC9. Grayscale: #292929. Windows color (decimal): -15322826 or 3551510. OLE color: 3551510.

HSL color Cylindrical-coordinate representation of color #163136: hue angle of 189.38º degrees, saturation: 0.42, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #163136 is Cyan = 0.59, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.79.

Color convert

RGB224954-
CMYK0.590.0900.79
HSL189.38º42.11%14.9%-
HSV(B)189.38º59.26%21.18%-
XYZ2.12.633.89-
YUV41.5135.05114.09-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 17.6%
GREEN value IS 49 (19.53% from 255) = 39.2%
BLUE value IS 54 (21.48% from 255) = 43.2%
R=17.6%
G=39.2%
B=43.2%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal2249540.590.0900.79189.3842.1114.9
Hex1631363B904Fbd2af
Octal266166731101172755217
Binary10110110001110110111011100101001111101111011010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #163136

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #163136; }

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

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

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

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

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

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

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

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