#112D31

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

Shades of Nordic #112D31

Tints of Nordic #112D31

Color information

#112D31 (or 0x112D31) is unknown color: approx Nordic. HEX triplet: 11, 2D and 31. RGB value is (17,45,49). Sum of RGB (Red+Green+Blue) = 17+45+49=111 (14% of max value = 765). Red value is 17 (7.03% from 255 or 15.32% from 111); Green value is 45 (17.97% from 255 or 40.54% from 111); Blue value is 49 (19.53% from 255 or 44.14% from 111); Max value from RGB is 49 - color contains mainly: blue. Hex color #112D31 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #112D31 is #EED2CE. Grayscale: #252525. Windows color (decimal): -15651535 or 3222801. OLE color: 3222801.

HSL color Cylindrical-coordinate representation of color #112D31: hue angle of 187.5º degrees, saturation: 0.48, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #112D31 is Cyan = 0.65, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.81.

Color convert

RGB174549-
CMYK0.650.0800.81
HSL187.5º48.48%12.94%-
HSV(B)187.5º65.31%19.22%-
XYZ1.722.223.24-
YUV37.08134.72113.67-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 15.32%
GREEN value IS 45 (17.97% from 255) = 40.54%
BLUE value IS 49 (19.53% from 255) = 44.14%
R=15.32%
G=40.54%
B=44.14%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal1745490.650.0800.81187.548.4812.94
Hex112D31418051bc30d
Octal2155611011001212746015
Binary100011011011100011000001100001010001101111001100001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #112D31

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #112D31; }

 p { color: rgb(17,45,49); }

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

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

 a { background-color: rgb(17,45,49); }

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

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

 span { border-color: rgb(17,45,49); }

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