#163435

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

Shades of Nordic #163435

Tints of Nordic #163435

Color information

#163435 (or 0x163435) is unknown color: approx Nordic. HEX triplet: 16, 34 and 35. RGB value is (22,52,53). Sum of RGB (Red+Green+Blue) = 22+52+53=127 (16% of max value = 765). Red value is 22 (8.98% from 255 or 17.32% from 127); Green value is 52 (20.70% from 255 or 40.94% from 127); Blue value is 53 (21.09% from 255 or 41.73% from 127); Max value from RGB is 53 - color contains mainly: blue. Hex color #163435 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #163435 is #E9CBCA. Grayscale: #2B2B2B. Windows color (decimal): -15322059 or 3486742. OLE color: 3486742.

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

Color convert

RGB225253-
CMYK0.580.0200.79
HSL181.94º41.33%14.71%-
HSV(B)181.94º58.49%20.78%-
XYZ2.22.883.81-
YUV43.14133.56112.92-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 17.32%
GREEN value IS 52 (20.70% from 255) = 40.94%
BLUE value IS 53 (21.09% from 255) = 41.73%
R=17.32%
G=40.94%
B=41.73%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal2252530.580.0200.79181.9441.3314.71
Hex1634353A204Fb629f
Octal26646572201172665117
Binary101101101001101011110101001001111101101101010011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #163435

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #163435; }

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

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

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

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

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

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

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

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