#11321A

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

Shades of Deep Fir #11321A

Tints of Deep Fir #11321A

Color information

#11321A (or 0x11321A) is unknown color: approx Deep Fir. HEX triplet: 11, 32 and 1A. RGB value is (17,50,26). Sum of RGB (Red+Green+Blue) = 17+50+26=93 (12% of max value = 765). Red value is 17 (7.03% from 255 or 18.28% from 93); Green value is 50 (19.92% from 255 or 53.76% from 93); Blue value is 26 (10.55% from 255 or 27.96% from 93); Max value from RGB is 50 - color contains mainly: green. Hex color #11321A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #11321A is #EECDE5. Grayscale: #252525. Windows color (decimal): -15650278 or 1716753. OLE color: 1716753.

HSL color Cylindrical-coordinate representation of color #11321A: hue angle of 136.36º 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 #11321A is Cyan = 0.66, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.80.

Color convert

RGB175026-
CMYK0.6600.480.80
HSL136.36º49.25%13.14%-
HSV(B)136.36º66%19.61%-
XYZ1.562.471.37-
YUV37.4121.57113.45-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 18.28%
GREEN value IS 50 (19.92% from 255) = 53.76%
BLUE value IS 26 (10.55% from 255) = 27.96%
R=18.28%
G=53.76%
B=27.96%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal1750260.6600.480.80136.3649.2513.14
Hex11321A42030508831d
Octal2162321020601202106115
Binary1000111001011010100001001100001010000100010001100011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #11321A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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