#163037

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

Shades of Nordic #163037

Tints of Nordic #163037

Color information

#163037 (or 0x163037) is unknown color: approx Nordic. HEX triplet: 16, 30 and 37. RGB value is (22,48,55). Sum of RGB (Red+Green+Blue) = 22+48+55=125 (16% of max value = 765). Red value is 22 (8.98% from 255 or 17.6% from 125); Green value is 48 (19.14% from 255 or 38.4% from 125); Blue value is 55 (21.88% from 255 or 44% from 125); Max value from RGB is 55 - color contains mainly: blue. Hex color #163037 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #163037 is #E9CFC8. Grayscale: #282828. Windows color (decimal): -15323081 or 3616790. OLE color: 3616790.

HSL color Cylindrical-coordinate representation of color #163037: hue angle of 192.73º degrees, saturation: 0.43, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #163037 is Cyan = 0.6, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.78.

Color convert

RGB224855-
CMYK0.60.1300.78
HSL192.73º42.86%15.1%-
HSV(B)192.73º60%21.57%-
XYZ2.082.564-
YUV41.02135.89114.43-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 17.6%
GREEN value IS 48 (19.14% from 255) = 38.4%
BLUE value IS 55 (21.88% from 255) = 44%
R=17.6%
G=38.4%
B=44%

CMYK

C (Cyan) values IS 0.6
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal2248550.60.1300.78192.7342.8615.1
Hex1630373CD04Ec12bf
Octal266067741501163015317
Binary10110110000110111111100110101001110110000011010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #163037

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #163037; }

 p { color: rgb(22,48,55); }

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

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

 a { background-color: rgb(22,48,55); }

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

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

 span { border-color: rgb(22,48,55); }

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