#163035

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

Shades of Nordic #163035

Tints of Nordic #163035

Color information

#163035 (or 0x163035) is unknown color: approx Nordic. HEX triplet: 16, 30 and 35. RGB value is (22,48,53). Sum of RGB (Red+Green+Blue) = 22+48+53=123 (16% of max value = 765). Red value is 22 (8.98% from 255 or 17.89% from 123); Green value is 48 (19.14% from 255 or 39.02% from 123); Blue value is 53 (21.09% from 255 or 43.09% from 123); Max value from RGB is 53 - color contains mainly: blue. Hex color #163035 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #163035 is #E9CFCA. Grayscale: #282828. Windows color (decimal): -15323083 or 3485718. OLE color: 3485718.

HSL color Cylindrical-coordinate representation of color #163035: hue angle of 189.68º degrees, saturation: 0.41, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #163035 is Cyan = 0.58, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.79.

Color convert

RGB224853-
CMYK0.580.0900.79
HSL189.68º41.33%14.71%-
HSV(B)189.68º58.49%20.78%-
XYZ2.032.543.75-
YUV40.8134.89114.59-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 17.89%
GREEN value IS 48 (19.14% from 255) = 39.02%
BLUE value IS 53 (21.09% from 255) = 43.09%
R=17.89%
G=39.02%
B=43.09%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal2248530.580.0900.79189.6841.3314.71
Hex1630353A904Fbe29f
Octal266065721101172765117
Binary10110110000110101111010100101001111101111101010011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #163035

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #163035; }

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

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

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

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

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

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

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

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