#163335

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

Shades of Nordic #163335

Tints of Nordic #163335

Color information

#163335 (or 0x163335) is unknown color: approx Nordic. HEX triplet: 16, 33 and 35. RGB value is (22,51,53). Sum of RGB (Red+Green+Blue) = 22+51+53=126 (16% of max value = 765). Red value is 22 (8.98% from 255 or 17.46% from 126); Green value is 51 (20.31% from 255 or 40.48% from 126); Blue value is 53 (21.09% from 255 or 42.06% from 126); Max value from RGB is 53 - color contains mainly: blue. Hex color #163335 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #163335 is #E9CCCA. Grayscale: #2A2A2A. Windows color (decimal): -15322315 or 3486486. OLE color: 3486486.

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

Color convert

RGB225153-
CMYK0.580.0400.79
HSL183.87º41.33%14.71%-
HSV(B)183.87º58.49%20.78%-
XYZ2.162.83.79-
YUV42.56133.89113.34-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 17.46%
GREEN value IS 51 (20.31% from 255) = 40.48%
BLUE value IS 53 (21.09% from 255) = 42.06%
R=17.46%
G=40.48%
B=42.06%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal2251530.580.0400.79183.8741.3314.71
Hex1633353A404Fb829f
Octal26636572401172705117
Binary1011011001111010111101010001001111101110001010011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #163335

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #163335; }

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

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

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

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

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

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

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

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