#11381E

Color #11381E Deep Fir (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Deep Fir #11381E

Tints of Deep Fir #11381E

Color information

#11381E (or 0x11381E) is unknown color: approx Deep Fir. HEX triplet: 11, 38 and 1E. RGB value is (17,56,30). Sum of RGB (Red+Green+Blue) = 17+56+30=103 (13% of max value = 765). Red value is 17 (7.03% from 255 or 16.50% from 103); Green value is 56 (22.27% from 255 or 54.37% from 103); Blue value is 30 (12.11% from 255 or 29.13% from 103); Max value from RGB is 56 - color contains mainly: green. Hex color #11381E is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #11381E is #EEC7E1. Grayscale: #292929. Windows color (decimal): -15648738 or 1980433. OLE color: 1980433.

HSL color Cylindrical-coordinate representation of color #11381E: hue angle of 140º degrees, saturation: 0.53, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #11381E is Cyan = 0.70, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.78.

Color convert

RGB175630-
CMYK0.7000.460.78
HSL140º53.42%14.31%-
HSV(B)140º69.64%21.96%-
XYZ1.883.041.72-
YUV41.38121.58110.61-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 16.50%
GREEN value IS 56 (22.27% from 255) = 54.37%
BLUE value IS 30 (12.11% from 255) = 29.13%
R=16.50%
G=54.37%
B=29.13%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal1756300.7000.460.7814053.4214.31
Hex11381E4602E4E8c35e
Octal2170361060561162146516
Binary1000111100011110100011001011101001110100011001101011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #11381E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #11381E; }

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

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

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

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

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

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

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

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