#163939

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

Shades of Nordic #163939

Tints of Nordic #163939

Color information

#163939 (or 0x163939) is unknown color: approx Nordic. HEX triplet: 16, 39 and 39. RGB value is (22,57,57). Sum of RGB (Red+Green+Blue) = 22+57+57=136 (18% of max value = 765). Red value is 22 (8.98% from 255 or 16.18% from 136); Green value is 57 (22.66% from 255 or 41.91% from 136); Blue value is 57 (22.66% from 255 or 41.91% from 136); Max value from RGB is 57 - color contains mainly: green, blue. Hex color #163939 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #163939 is #E9C6C6. Grayscale: #2E2E2E. Windows color (decimal): -15320775 or 3750166. OLE color: 3750166.

HSL color Cylindrical-coordinate representation of color #163939: hue angle of 180º 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 #163939 is Cyan = 0.61, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.78.

Color convert

RGB225757-
CMYK0.61000.78
HSL180º44.3%15.49%-
HSV(B)180º61.4%22.35%-
XYZ2.533.394.39-
YUV46.53133.9110.5-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 16.18%
GREEN value IS 57 (22.66% from 255) = 41.91%
BLUE value IS 57 (22.66% from 255) = 41.91%
R=16.18%
G=41.91%
B=41.91%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal2257570.61000.7818044.315.49
Hex1639393D004Eb42cf
Octal26717175001162645417
Binary10110111001111001111101001001110101101001011001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #163939

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #163939; }

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

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

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

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

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

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

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

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