#113839

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

Shades of Nordic #113839

Tints of Nordic #113839

Color information

#113839 (or 0x113839) is unknown color: approx Nordic. HEX triplet: 11, 38 and 39. RGB value is (17,56,57). Sum of RGB (Red+Green+Blue) = 17+56+57=130 (17% of max value = 765). Red value is 17 (7.03% from 255 or 13.08% from 130); Green value is 56 (22.27% from 255 or 43.08% from 130); Blue value is 57 (22.66% from 255 or 43.85% from 130); Max value from RGB is 57 - color contains mainly: blue. Hex color #113839 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #113839 is #EEC7C6. Grayscale: #2C2C2C. Windows color (decimal): -15648711 or 3749905. OLE color: 3749905.

HSL color Cylindrical-coordinate representation of color #113839: hue angle of 181.5º degrees, saturation: 0.54, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #113839 is Cyan = 0.70, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.78.

Color convert

RGB175657-
CMYK0.700.0200.78
HSL181.5º54.05%14.51%-
HSV(B)181.5º70.18%22.35%-
XYZ2.383.244.37-
YUV44.45135.08108.42-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 13.08%
GREEN value IS 56 (22.27% from 255) = 43.08%
BLUE value IS 57 (22.66% from 255) = 43.85%
R=13.08%
G=43.08%
B=43.85%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal1756570.700.0200.78181.554.0514.51
Hex11383946204Eb636f
Octal217071106201162666617
Binary1000111100011100110001101001001110101101101101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #113839

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #113839; }

 p { color: rgb(17,56,57); }

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

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

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

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

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

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

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