#11381D

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

Shades of Deep Fir #11381D

Tints of Deep Fir #11381D

Color information

#11381D (or 0x11381D) is unknown color: approx Deep Fir. HEX triplet: 11, 38 and 1D. RGB value is (17,56,29). Sum of RGB (Red+Green+Blue) = 17+56+29=102 (13% of max value = 765). Red value is 17 (7.03% from 255 or 16.67% from 102); Green value is 56 (22.27% from 255 or 54.90% from 102); Blue value is 29 (11.72% from 255 or 28.43% from 102); Max value from RGB is 56 - color contains mainly: green. Hex color #11381D is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #11381D is #EEC7E2. Grayscale: #292929. Windows color (decimal): -15648739 or 1914897. OLE color: 1914897.

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

Color convert

RGB175629-
CMYK0.7000.480.78
HSL138.46º53.42%14.31%-
HSV(B)138.46º69.64%21.96%-
XYZ1.873.041.65-
YUV41.26121.08110.7-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 16.67%
GREEN value IS 56 (22.27% from 255) = 54.90%
BLUE value IS 29 (11.72% from 255) = 28.43%
R=16.67%
G=54.90%
B=28.43%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal1756290.7000.480.78138.4653.4214.31
Hex11381D460304E8a35e
Octal2170351060601162126516
Binary1000111100011101100011001100001001110100010101101011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #11381D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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