#173032

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

Shades of Nordic #173032

Tints of Nordic #173032

Color information

#173032 (or 0x173032) is unknown color: approx Nordic. HEX triplet: 17, 30 and 32. RGB value is (23,48,50). Sum of RGB (Red+Green+Blue) = 23+48+50=121 (16% of max value = 765). Red value is 23 (9.38% from 255 or 19.01% from 121); Green value is 48 (19.14% from 255 or 39.67% from 121); Blue value is 50 (19.92% from 255 or 41.32% from 121); Max value from RGB is 50 - color contains mainly: blue. Hex color #173032 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #173032 is #E8CFCD. Grayscale: #282828. Windows color (decimal): -15257550 or 3289111. OLE color: 3289111.

HSL color Cylindrical-coordinate representation of color #173032: hue angle of 184.44º degrees, saturation: 0.37, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #173032 is Cyan = 0.54, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.80.

Color convert

RGB234850-
CMYK0.540.0400.80
HSL184.44º36.99%14.31%-
HSV(B)184.44º54%19.61%-
XYZ1.992.533.4-
YUV40.75133.22115.34-

RGB Variations

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

RGB

RED value IS 23 (9.38% from 255) = 19.01%
GREEN value IS 48 (19.14% from 255) = 39.67%
BLUE value IS 50 (19.92% from 255) = 41.32%
R=19.01%
G=39.67%
B=41.32%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal2348500.540.0400.80184.4436.9914.31
Hex173032364050b825e
Octal27606266401202704516
Binary1011111000011001011011010001010000101110001001011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #173032

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #173032; }

 p { color: rgb(23,48,50); }

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

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

 a { background-color: rgb(23,48,50); }

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

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

 span { border-color: rgb(23,48,50); }

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