#163638

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

Shades of Nordic #163638

Tints of Nordic #163638

Color information

#163638 (or 0x163638) is unknown color: approx Nordic. HEX triplet: 16, 36 and 38. RGB value is (22,54,56). Sum of RGB (Red+Green+Blue) = 22+54+56=132 (17% of max value = 765). Red value is 22 (8.98% from 255 or 16.67% from 132); Green value is 54 (21.48% from 255 or 40.91% from 132); Blue value is 56 (22.27% from 255 or 42.42% from 132); Max value from RGB is 56 - color contains mainly: blue. Hex color #163638 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #163638 is #E9C9C7. Grayscale: #2C2C2C. Windows color (decimal): -15321544 or 3683862. OLE color: 3683862.

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

Color convert

RGB225456-
CMYK0.610.0400.78
HSL183.53º43.59%15.29%-
HSV(B)183.53º60.71%21.96%-
XYZ2.363.094.21-
YUV44.66134.4111.84-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 16.67%
GREEN value IS 54 (21.48% from 255) = 40.91%
BLUE value IS 56 (22.27% from 255) = 42.42%
R=16.67%
G=40.91%
B=42.42%

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
Decimal2254560.610.0400.78183.5343.5915.29
Hex1636383D404Eb82cf
Octal26667075401162705417
Binary1011011011011100011110110001001110101110001011001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #163638

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #163638; }

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

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

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

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

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

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

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

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