#163235

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

Shades of Nordic #163235

Tints of Nordic #163235

Color information

#163235 (or 0x163235) is unknown color: approx Nordic. HEX triplet: 16, 32 and 35. RGB value is (22,50,53). Sum of RGB (Red+Green+Blue) = 22+50+53=125 (16% of max value = 765). Red value is 22 (8.98% from 255 or 17.6% from 125); Green value is 50 (19.92% from 255 or 40% from 125); Blue value is 53 (21.09% from 255 or 42.4% from 125); Max value from RGB is 53 - color contains mainly: blue. Hex color #163235 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #163235 is #E9CDCA. Grayscale: #292929. Windows color (decimal): -15322571 or 3486230. OLE color: 3486230.

HSL color Cylindrical-coordinate representation of color #163235: hue angle of 185.81º 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 #163235 is Cyan = 0.58, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.79.

Color convert

RGB225053-
CMYK0.580.0600.79
HSL185.81º41.33%14.71%-
HSV(B)185.81º58.49%20.78%-
XYZ2.112.713.78-
YUV41.97134.22113.76-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 17.6%
GREEN value IS 50 (19.92% from 255) = 40%
BLUE value IS 53 (21.09% from 255) = 42.4%
R=17.6%
G=40%
B=42.4%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal2250530.580.0600.79185.8141.3314.71
Hex1632353A604Fba29f
Octal26626572601172725117
Binary1011011001011010111101011001001111101110101010011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #163235

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #163235; }

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

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

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

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

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

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

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

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