#163841

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

Shades of Nordic #163841

Tints of Nordic #163841

Color information

#163841 (or 0x163841) is unknown color: approx Nordic. HEX triplet: 16, 38 and 41. RGB value is (22,56,65). Sum of RGB (Red+Green+Blue) = 22+56+65=143 (18% of max value = 765). Red value is 22 (8.98% from 255 or 15.38% from 143); Green value is 56 (22.27% from 255 or 39.16% from 143); Blue value is 65 (25.78% from 255 or 45.45% from 143); Max value from RGB is 65 - color contains mainly: blue. Hex color #163841 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #163841 is #E9C7BE. Grayscale: #2E2E2E. Windows color (decimal): -15321023 or 4274198. OLE color: 4274198.

HSL color Cylindrical-coordinate representation of color #163841: hue angle of 192.56º degrees, saturation: 0.49, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #163841 is Cyan = 0.66, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.75.

Color convert

RGB225665-
CMYK0.660.1400.75
HSL192.56º49.43%17.06%-
HSV(B)192.56º66.15%25.49%-
XYZ2.73.385.51-
YUV46.86138.24110.27-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 15.38%
GREEN value IS 56 (22.27% from 255) = 39.16%
BLUE value IS 65 (25.78% from 255) = 45.45%
R=15.38%
G=39.16%
B=45.45%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal2256650.660.1400.75192.5649.4317.06
Hex16384142E04Bc13111
Octal26701011021601133016121
Binary10110111000100000110000101110010010111100000111000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #163841

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #163841; }

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

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

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

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

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

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

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

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