#113134

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

Shades of Nordic #113134

Tints of Nordic #113134

Color information

#113134 (or 0x113134) is unknown color: approx Nordic. HEX triplet: 11, 31 and 34. RGB value is (17,49,52). Sum of RGB (Red+Green+Blue) = 17+49+52=118 (15% of max value = 765). Red value is 17 (7.03% from 255 or 14.41% from 118); Green value is 49 (19.53% from 255 or 41.53% from 118); Blue value is 52 (20.70% from 255 or 44.07% from 118); Max value from RGB is 52 - color contains mainly: blue. Hex color #113134 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #113134 is #EECECB. Grayscale: #272727. Windows color (decimal): -15650508 or 3420433. OLE color: 3420433.

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

Color convert

RGB174952-
CMYK0.670.0600.80
HSL185.14º50.72%13.53%-
HSV(B)185.14º67.31%20.39%-
XYZ1.952.563.64-
YUV39.77134.9111.76-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 14.41%
GREEN value IS 49 (19.53% from 255) = 41.53%
BLUE value IS 52 (20.70% from 255) = 44.07%
R=14.41%
G=41.53%
B=44.07%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal1749520.670.0600.80185.1450.7213.53
Hex113134436050b933e
Octal216164103601202716316
Binary10001110001110100100001111001010000101110011100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #113134

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #113134; }

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

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

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

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

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

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

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

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