#16363D

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

Shades of Nordic #16363D

Tints of Nordic #16363D

Color information

#16363D (or 0x16363D) is unknown color: approx Nordic. HEX triplet: 16, 36 and 3D. RGB value is (22,54,61). Sum of RGB (Red+Green+Blue) = 22+54+61=137 (18% of max value = 765). Red value is 22 (8.98% from 255 or 16.06% from 137); Green value is 54 (21.48% from 255 or 39.42% from 137); Blue value is 61 (24.22% from 255 or 44.53% from 137); Max value from RGB is 61 - color contains mainly: blue. Hex color #16363D is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #16363D is #E9C9C2. Grayscale: #2D2D2D. Windows color (decimal): -15321539 or 4011542. OLE color: 4011542.

HSL color Cylindrical-coordinate representation of color #16363D: hue angle of 190.77º degrees, saturation: 0.47, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #16363D is Cyan = 0.64, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.76.

Color convert

RGB225461-
CMYK0.640.1100.76
HSL190.77º46.99%16.27%-
HSV(B)190.77º63.93%23.92%-
XYZ2.493.154.89-
YUV45.23136.9111.43-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 16.06%
GREEN value IS 54 (21.48% from 255) = 39.42%
BLUE value IS 61 (24.22% from 255) = 44.53%
R=16.06%
G=39.42%
B=44.53%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal2254610.640.1100.76190.7746.9916.27
Hex16363D40B04Cbf2f10
Octal2666751001301142775720
Binary1011011011011110110000001011010011001011111110111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #16363D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #16363D; }

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

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

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

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

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

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

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

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