#11383F

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

Shades of Nordic #11383F

Tints of Nordic #11383F

Color information

#11383F (or 0x11383F) is unknown color: approx Nordic. HEX triplet: 11, 38 and 3F. RGB value is (17,56,63). Sum of RGB (Red+Green+Blue) = 17+56+63=136 (18% of max value = 765). Red value is 17 (7.03% from 255 or 12.5% from 136); Green value is 56 (22.27% from 255 or 41.18% from 136); Blue value is 63 (25% from 255 or 46.32% from 136); Max value from RGB is 63 - color contains mainly: blue. Hex color #11383F is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #11383F is #EEC7C0. Grayscale: #2D2D2D. Windows color (decimal): -15648705 or 4143121. OLE color: 4143121.

HSL color Cylindrical-coordinate representation of color #11383F: hue angle of 189.13º degrees, saturation: 0.57, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #11383F is Cyan = 0.73, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.75.

Color convert

RGB175663-
CMYK0.730.1100.75
HSL189.13º57.5%15.69%-
HSV(B)189.13º73.02%24.71%-
XYZ2.543.315.21-
YUV45.14138.08107.93-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 12.5%
GREEN value IS 56 (22.27% from 255) = 41.18%
BLUE value IS 63 (25% from 255) = 46.32%
R=12.5%
G=41.18%
B=46.32%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal1756630.730.1100.75189.1357.515.69
Hex11383F49B04Bbd3a10
Octal2170771111301132757220
Binary1000111100011111110010011011010010111011110111101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #11383F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #11383F; }

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

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

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

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

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

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

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

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