#163139

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

Shades of Nordic #163139

Tints of Nordic #163139

Color information

#163139 (or 0x163139) is unknown color: approx Nordic. HEX triplet: 16, 31 and 39. RGB value is (22,49,57). Sum of RGB (Red+Green+Blue) = 22+49+57=128 (16% of max value = 765). Red value is 22 (8.98% from 255 or 17.19% from 128); Green value is 49 (19.53% from 255 or 38.28% from 128); Blue value is 57 (22.66% from 255 or 44.53% from 128); Max value from RGB is 57 - color contains mainly: blue. Hex color #163139 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #163139 is #E9CEC6. Grayscale: #292929. Windows color (decimal): -15322823 or 3748118. OLE color: 3748118.

HSL color Cylindrical-coordinate representation of color #163139: hue angle of 193.71º degrees, saturation: 0.44, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #163139 is Cyan = 0.61, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.78.

Color convert

RGB224957-
CMYK0.610.1400.78
HSL193.71º44.3%15.49%-
HSV(B)193.71º61.4%22.35%-
XYZ2.172.664.27-
YUV41.84136.55113.85-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 17.19%
GREEN value IS 49 (19.53% from 255) = 38.28%
BLUE value IS 57 (22.66% from 255) = 44.53%
R=17.19%
G=38.28%
B=44.53%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal2249570.610.1400.78193.7144.315.49
Hex1631393DE04Ec22cf
Octal266171751601163025417
Binary10110110001111001111101111001001110110000101011001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #163139

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #163139; }

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

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

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

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

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

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

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

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