#11321E

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

Shades of Deep Fir #11321E

Tints of Deep Fir #11321E

Color information

#11321E (or 0x11321E) is unknown color: approx Deep Fir. HEX triplet: 11, 32 and 1E. RGB value is (17,50,30). Sum of RGB (Red+Green+Blue) = 17+50+30=97 (12% of max value = 765). Red value is 17 (7.03% from 255 or 17.53% from 97); Green value is 50 (19.92% from 255 or 51.55% from 97); Blue value is 30 (12.11% from 255 or 30.93% from 97); Max value from RGB is 50 - color contains mainly: green. Hex color #11321E is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #11321E is #EECDE1. Grayscale: #252525. Windows color (decimal): -15650274 or 1978897. OLE color: 1978897.

HSL color Cylindrical-coordinate representation of color #11321E: hue angle of 143.64º degrees, saturation: 0.49, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #11321E is Cyan = 0.66, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.80.

Color convert

RGB175030-
CMYK0.6600.400.80
HSL143.64º49.25%13.14%-
HSV(B)143.64º66%19.61%-
XYZ1.612.491.63-
YUV37.85123.57113.13-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 17.53%
GREEN value IS 50 (19.92% from 255) = 51.55%
BLUE value IS 30 (12.11% from 255) = 30.93%
R=17.53%
G=51.55%
B=30.93%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal1750300.6600.400.80143.6449.2513.14
Hex11321E42028509031d
Octal2162361020501202206115
Binary1000111001011110100001001010001010000100100001100011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #11321E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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