#11383C

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

Shades of Nordic #11383C

Tints of Nordic #11383C

Color information

#11383C (or 0x11383C) is unknown color: approx Nordic. HEX triplet: 11, 38 and 3C. RGB value is (17,56,60). Sum of RGB (Red+Green+Blue) = 17+56+60=133 (17% of max value = 765). Red value is 17 (7.03% from 255 or 12.78% from 133); Green value is 56 (22.27% from 255 or 42.11% from 133); Blue value is 60 (23.83% from 255 or 45.11% from 133); Max value from RGB is 60 - color contains mainly: blue. Hex color #11383C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #11383C is #EEC7C3. Grayscale: #2C2C2C. Windows color (decimal): -15648708 or 3946513. OLE color: 3946513.

HSL color Cylindrical-coordinate representation of color #11383C: hue angle of 185.58º degrees, saturation: 0.56, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #11383C is Cyan = 0.72, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.76.

Color convert

RGB175660-
CMYK0.720.0700.76
HSL185.58º55.84%15.1%-
HSV(B)185.58º71.67%23.53%-
XYZ2.463.274.78-
YUV44.8136.58108.17-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 12.78%
GREEN value IS 56 (22.27% from 255) = 42.11%
BLUE value IS 60 (23.83% from 255) = 45.11%
R=12.78%
G=42.11%
B=45.11%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal1756600.720.0700.76185.5855.8415.1
Hex11383C48704Cba38f
Octal217074110701142727017
Binary10001111000111100100100011101001100101110101110001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #11383C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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