#113135

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

Shades of Nordic #113135

Tints of Nordic #113135

Color information

#113135 (or 0x113135) is unknown color: approx Nordic. HEX triplet: 11, 31 and 35. RGB value is (17,49,53). Sum of RGB (Red+Green+Blue) = 17+49+53=119 (15% of max value = 765). Red value is 17 (7.03% from 255 or 14.29% from 119); Green value is 49 (19.53% from 255 or 41.18% from 119); Blue value is 53 (21.09% from 255 or 44.54% from 119); Max value from RGB is 53 - color contains mainly: blue. Hex color #113135 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #113135 is #EECECA. Grayscale: #272727. Windows color (decimal): -15650507 or 3485969. OLE color: 3485969.

HSL color Cylindrical-coordinate representation of color #113135: hue angle of 186.67º degrees, saturation: 0.51, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #113135 is Cyan = 0.68, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.79.

Color convert

RGB174953-
CMYK0.680.0800.79
HSL186.67º51.43%13.73%-
HSV(B)186.67º67.92%20.78%-
XYZ1.972.573.76-
YUV39.89135.4111.67-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 14.29%
GREEN value IS 49 (19.53% from 255) = 41.18%
BLUE value IS 53 (21.09% from 255) = 44.54%
R=14.29%
G=41.18%
B=44.54%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal1749530.680.0800.79186.6751.4313.73
Hex11313544804Fbb33e
Octal2161651041001172736316
Binary100011100011101011000100100001001111101110111100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #113135

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #113135; }

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

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

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

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

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

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

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

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