#11311D

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

Shades of Deep Fir #11311D

Tints of Deep Fir #11311D

Color information

#11311D (or 0x11311D) is unknown color: approx Deep Fir. HEX triplet: 11, 31 and 1D. RGB value is (17,49,29). Sum of RGB (Red+Green+Blue) = 17+49+29=95 (12% of max value = 765). Red value is 17 (7.03% from 255 or 17.89% from 95); Green value is 49 (19.53% from 255 or 51.58% from 95); Blue value is 29 (11.72% from 255 or 30.53% from 95); Max value from RGB is 49 - color contains mainly: green. Hex color #11311D is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #11311D is #EECEE2. Grayscale: #252525. Windows color (decimal): -15650531 or 1913105. OLE color: 1913105.

HSL color Cylindrical-coordinate representation of color #11311D: hue angle of 142.5º degrees, saturation: 0.48, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #11311D is Cyan = 0.65, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.81.

Color convert

RGB174929-
CMYK0.6500.410.81
HSL142.5º48.48%12.94%-
HSV(B)142.5º65.31%19.22%-
XYZ1.552.41.54-
YUV37.15123.4113.63-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 17.89%
GREEN value IS 49 (19.53% from 255) = 51.58%
BLUE value IS 29 (11.72% from 255) = 30.53%
R=17.89%
G=51.58%
B=30.53%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal1749290.6500.410.81142.548.4812.94
Hex11311D41029518e30d
Octal2161351010511212166015
Binary1000111000111101100000101010011010001100011101100001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #11311D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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