#113133

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

Shades of Nordic #113133

Tints of Nordic #113133

Color information

#113133 (or 0x113133) is unknown color: approx Nordic. HEX triplet: 11, 31 and 33. RGB value is (17,49,51). Sum of RGB (Red+Green+Blue) = 17+49+51=117 (15% of max value = 765). Red value is 17 (7.03% from 255 or 14.53% from 117); Green value is 49 (19.53% from 255 or 41.88% from 117); Blue value is 51 (20.31% from 255 or 43.59% from 117); Max value from RGB is 51 - color contains mainly: blue. Hex color #113133 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #113133 is #EECECC. Grayscale: #272727. Windows color (decimal): -15650509 or 3354897. OLE color: 3354897.

HSL color Cylindrical-coordinate representation of color #113133: hue angle of 183.53º degrees, saturation: 0.5, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #113133 is Cyan = 0.67, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.8.

Color convert

RGB174951-
CMYK0.670.0400.8
HSL183.53º50%13.33%-
HSV(B)183.53º66.67%20%-
XYZ1.932.553.52-
YUV39.66134.4111.84-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 14.53%
GREEN value IS 49 (19.53% from 255) = 41.88%
BLUE value IS 51 (20.31% from 255) = 43.59%
R=14.53%
G=41.88%
B=43.59%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.8
SystemRedGreenBlueCMYKHSL
Decimal1749510.670.0400.8183.535013.33
Hex113133434050b832d
Octal216163103401202706215
Binary10001110001110011100001110001010000101110001100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #113133

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #113133; }

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

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

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

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

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

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

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

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