#163338

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

Shades of Nordic #163338

Tints of Nordic #163338

Color information

#163338 (or 0x163338) is unknown color: approx Nordic. HEX triplet: 16, 33 and 38. RGB value is (22,51,56). Sum of RGB (Red+Green+Blue) = 22+51+56=129 (17% of max value = 765). Red value is 22 (8.98% from 255 or 17.05% from 129); Green value is 51 (20.31% from 255 or 39.53% from 129); Blue value is 56 (22.27% from 255 or 43.41% from 129); Max value from RGB is 56 - color contains mainly: blue. Hex color #163338 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #163338 is #E9CCC7. Grayscale: #2A2A2A. Windows color (decimal): -15322312 or 3683094. OLE color: 3683094.

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

Color convert

RGB225156-
CMYK0.610.0900.78
HSL188.82º43.59%15.29%-
HSV(B)188.82º60.71%21.96%-
XYZ2.232.824.17-
YUV42.9135.39113.09-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 17.05%
GREEN value IS 51 (20.31% from 255) = 39.53%
BLUE value IS 56 (22.27% from 255) = 43.41%
R=17.05%
G=39.53%
B=43.41%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal2251560.610.0900.78188.8243.5915.29
Hex1633383D904Ebd2cf
Octal266370751101162755417
Binary10110110011111000111101100101001110101111011011001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #163338

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #163338; }

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

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

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

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

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

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

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

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