#163135

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

Shades of Nordic #163135

Tints of Nordic #163135

Color information

#163135 (or 0x163135) is unknown color: approx Nordic. HEX triplet: 16, 31 and 35. RGB value is (22,49,53). Sum of RGB (Red+Green+Blue) = 22+49+53=124 (16% of max value = 765). Red value is 22 (8.98% from 255 or 17.74% from 124); Green value is 49 (19.53% from 255 or 39.52% from 124); Blue value is 53 (21.09% from 255 or 42.74% from 124); Max value from RGB is 53 - color contains mainly: blue. Hex color #163135 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #163135 is #E9CECA. Grayscale: #292929. Windows color (decimal): -15322827 or 3485974. OLE color: 3485974.

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

Color convert

RGB224953-
CMYK0.580.0800.79
HSL187.74º41.33%14.71%-
HSV(B)187.74º58.49%20.78%-
XYZ2.072.623.77-
YUV41.38134.55114.17-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 17.74%
GREEN value IS 49 (19.53% from 255) = 39.52%
BLUE value IS 53 (21.09% from 255) = 42.74%
R=17.74%
G=39.52%
B=42.74%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal2249530.580.0800.79187.7441.3314.71
Hex1631353A804Fbc29f
Octal266165721001172745117
Binary10110110001110101111010100001001111101111001010011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #163135

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #163135; }

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

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

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

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

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

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

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

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