#163336

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

Shades of Nordic #163336

Tints of Nordic #163336

Color information

#163336 (or 0x163336) is unknown color: approx Nordic. HEX triplet: 16, 33 and 36. RGB value is (22,51,54). Sum of RGB (Red+Green+Blue) = 22+51+54=127 (16% of max value = 765). Red value is 22 (8.98% from 255 or 17.32% from 127); Green value is 51 (20.31% from 255 or 40.16% from 127); Blue value is 54 (21.48% from 255 or 42.52% from 127); Max value from RGB is 54 - color contains mainly: blue. Hex color #163336 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #163336 is #E9CCC9. Grayscale: #2A2A2A. Windows color (decimal): -15322314 or 3552022. OLE color: 3552022.

HSL color Cylindrical-coordinate representation of color #163336: hue angle of 185.62º degrees, saturation: 0.42, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #163336 is Cyan = 0.59, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.79.

Color convert

RGB225154-
CMYK0.590.0600.79
HSL185.62º42.11%14.9%-
HSV(B)185.62º59.26%21.18%-
XYZ2.182.83.92-
YUV42.67134.39113.26-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 17.32%
GREEN value IS 51 (20.31% from 255) = 40.16%
BLUE value IS 54 (21.48% from 255) = 42.52%
R=17.32%
G=40.16%
B=42.52%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal2251540.590.0600.79185.6242.1114.9
Hex1633363B604Fba2af
Octal26636673601172725217
Binary1011011001111011011101111001001111101110101010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #163336

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #163336; }

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

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

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

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

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

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

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

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