#163536

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

Shades of Nordic #163536

Tints of Nordic #163536

Color information

#163536 (or 0x163536) is unknown color: approx Nordic. HEX triplet: 16, 35 and 36. RGB value is (22,53,54). Sum of RGB (Red+Green+Blue) = 22+53+54=129 (17% of max value = 765). Red value is 22 (8.98% from 255 or 17.05% from 129); Green value is 53 (21.09% from 255 or 41.09% from 129); Blue value is 54 (21.48% from 255 or 41.86% from 129); Max value from RGB is 54 - color contains mainly: blue. Hex color #163536 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #163536 is #E9CAC9. Grayscale: #2B2B2B. Windows color (decimal): -15321802 or 3552534. OLE color: 3552534.

HSL color Cylindrical-coordinate representation of color #163536: hue angle of 181.88º 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 #163536 is Cyan = 0.59, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.79.

Color convert

RGB225354-
CMYK0.590.0200.79
HSL181.88º42.11%14.9%-
HSV(B)181.88º59.26%21.18%-
XYZ2.272.983.95-
YUV43.84133.73112.42-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 17.05%
GREEN value IS 53 (21.09% from 255) = 41.09%
BLUE value IS 54 (21.48% from 255) = 41.86%
R=17.05%
G=41.09%
B=41.86%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal2253540.590.0200.79181.8842.1114.9
Hex1635363B204Fb62af
Octal26656673201172665217
Binary101101101011101101110111001001111101101101010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #163536

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #163536; }

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

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

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

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

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

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

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

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