#113131

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

Shades of Nordic #113131

Tints of Nordic #113131

Color information

#113131 (or 0x113131) is unknown color: approx Nordic. HEX triplet: 11, 31 and 31. RGB value is (17,49,49). Sum of RGB (Red+Green+Blue) = 17+49+49=115 (15% of max value = 765). Red value is 17 (7.03% from 255 or 14.78% from 115); Green value is 49 (19.53% from 255 or 42.61% from 115); Blue value is 49 (19.53% from 255 or 42.61% from 115); Max value from RGB is 49 - color contains mainly: green, blue. Hex color #113131 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #113131 is #EECECE. Grayscale: #272727. Windows color (decimal): -15650511 or 3223825. OLE color: 3223825.

HSL color Cylindrical-coordinate representation of color #113131: hue angle of 180º 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 #113131 is Cyan = 0.65, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.81.

Color convert

RGB174949-
CMYK0.65000.81
HSL180º48.48%12.94%-
HSV(B)180º65.31%19.22%-
XYZ1.882.543.3-
YUV39.43133.4112-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 14.78%
GREEN value IS 49 (19.53% from 255) = 42.61%
BLUE value IS 49 (19.53% from 255) = 42.61%
R=14.78%
G=42.61%
B=42.61%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal1749490.65000.8118048.4812.94
Hex113131410051b430d
Octal216161101001212646015
Binary100011100011100011000001001010001101101001100001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #113131

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #113131; }

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

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

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

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

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

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

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

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