#163739

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

Shades of Nordic #163739

Tints of Nordic #163739

Color information

#163739 (or 0x163739) is unknown color: approx Nordic. HEX triplet: 16, 37 and 39. RGB value is (22,55,57). Sum of RGB (Red+Green+Blue) = 22+55+57=134 (17% of max value = 765). Red value is 22 (8.98% from 255 or 16.42% from 134); Green value is 55 (21.88% from 255 or 41.04% from 134); Blue value is 57 (22.66% from 255 or 42.54% from 134); Max value from RGB is 57 - color contains mainly: blue. Hex color #163739 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #163739 is #E9C8C6. Grayscale: #2D2D2D. Windows color (decimal): -15321287 or 3749654. OLE color: 3749654.

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

Color convert

RGB225557-
CMYK0.610.0400.78
HSL183.43º44.3%15.49%-
HSV(B)183.43º61.4%22.35%-
XYZ2.443.24.36-
YUV45.36134.57111.34-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 16.42%
GREEN value IS 55 (21.88% from 255) = 41.04%
BLUE value IS 57 (22.66% from 255) = 42.54%
R=16.42%
G=41.04%
B=42.54%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal2255570.610.0400.78183.4344.315.49
Hex1637393D404Eb72cf
Octal26677175401162675417
Binary1011011011111100111110110001001110101101111011001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #163739

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #163739; }

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

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

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

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

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

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

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

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