#11331D

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

Shades of Deep Fir #11331D

Tints of Deep Fir #11331D

Color information

#11331D (or 0x11331D) is unknown color: approx Deep Fir. HEX triplet: 11, 33 and 1D. RGB value is (17,51,29). Sum of RGB (Red+Green+Blue) = 17+51+29=97 (12% of max value = 765). Red value is 17 (7.03% from 255 or 17.53% from 97); Green value is 51 (20.31% from 255 or 52.58% from 97); Blue value is 29 (11.72% from 255 or 29.90% from 97); Max value from RGB is 51 - color contains mainly: green. Hex color #11331D is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #11331D is #EECCE2. Grayscale: #262626. Windows color (decimal): -15650019 or 1913617. OLE color: 1913617.

HSL color Cylindrical-coordinate representation of color #11331D: hue angle of 141.18º degrees, saturation: 0.5, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #11331D is Cyan = 0.67, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.8.

Color convert

RGB175129-
CMYK0.6700.430.8
HSL141.18º50%13.33%-
HSV(B)141.18º66.67%20%-
XYZ1.642.581.57-
YUV38.33122.74112.79-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 17.53%
GREEN value IS 51 (20.31% from 255) = 52.58%
BLUE value IS 29 (11.72% from 255) = 29.90%
R=17.53%
G=52.58%
B=29.90%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.8
SystemRedGreenBlueCMYKHSL
Decimal1751290.6700.430.8141.185013.33
Hex11331D4302B508d32d
Octal2163351030531202156215
Binary1000111001111101100001101010111010000100011011100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #11331D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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