#11381F

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

Shades of Deep Fir #11381F

Tints of Deep Fir #11381F

Color information

#11381F (or 0x11381F) is unknown color: approx Deep Fir. HEX triplet: 11, 38 and 1F. RGB value is (17,56,31). Sum of RGB (Red+Green+Blue) = 17+56+31=104 (13% of max value = 765). Red value is 17 (7.03% from 255 or 16.35% from 104); Green value is 56 (22.27% from 255 or 53.85% from 104); Blue value is 31 (12.5% from 255 or 29.81% from 104); Max value from RGB is 56 - color contains mainly: green. Hex color #11381F is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #11381F is #EEC7E0. Grayscale: #292929. Windows color (decimal): -15648737 or 2045969. OLE color: 2045969.

HSL color Cylindrical-coordinate representation of color #11381F: hue angle of 141.54º 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 #11381F is Cyan = 0.70, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.78.

Color convert

RGB175631-
CMYK0.7000.450.78
HSL141.54º53.42%14.31%-
HSV(B)141.54º69.64%21.96%-
XYZ1.893.051.78-
YUV41.49122.08110.53-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 16.35%
GREEN value IS 56 (22.27% from 255) = 53.85%
BLUE value IS 31 (12.5% from 255) = 29.81%
R=16.35%
G=53.85%
B=29.81%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal1756310.7000.450.78141.5453.4214.31
Hex11381F4602D4E8e35e
Octal2170371060551162166516
Binary1000111100011111100011001011011001110100011101101011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #11381F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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