#16383A

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

Shades of Nordic #16383A

Tints of Nordic #16383A

Color information

#16383A (or 0x16383A) is unknown color: approx Nordic. HEX triplet: 16, 38 and 3A. RGB value is (22,56,58). Sum of RGB (Red+Green+Blue) = 22+56+58=136 (18% of max value = 765). Red value is 22 (8.98% from 255 or 16.18% from 136); Green value is 56 (22.27% from 255 or 41.18% from 136); Blue value is 58 (23.05% from 255 or 42.65% from 136); Max value from RGB is 58 - color contains mainly: blue. Hex color #16383A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #16383A is #E9C7C5. Grayscale: #2E2E2E. Windows color (decimal): -15321030 or 3815446. OLE color: 3815446.

HSL color Cylindrical-coordinate representation of color #16383A: hue angle of 183.33º degrees, saturation: 0.45, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #16383A is Cyan = 0.62, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.77.

Color convert

RGB225658-
CMYK0.620.0300.77
HSL183.33º45%15.69%-
HSV(B)183.33º62.07%22.75%-
XYZ2.513.34.51-
YUV46.06134.74110.84-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 16.18%
GREEN value IS 56 (22.27% from 255) = 41.18%
BLUE value IS 58 (23.05% from 255) = 42.65%
R=16.18%
G=41.18%
B=42.65%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.77
SystemRedGreenBlueCMYKHSL
Decimal2256580.620.0300.77183.334515.69
Hex16383A3E304Db72d10
Octal26707276301152675520
Binary1011011100011101011111011010011011011011110110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #16383A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #16383A; }

 p { color: rgb(22,56,58); }

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

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

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

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

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

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

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