#11421B

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

Shades of Deep Fir #11421B

Tints of Deep Fir #11421B

Color information

#11421B (or 0x11421B) is unknown color: approx Deep Fir. HEX triplet: 11, 42 and 1B. RGB value is (17,66,27). Sum of RGB (Red+Green+Blue) = 17+66+27=110 (14% of max value = 765). Red value is 17 (7.03% from 255 or 15.45% from 110); Green value is 66 (26.17% from 255 or 60% from 110); Blue value is 27 (10.94% from 255 or 24.55% from 110); Max value from RGB is 66 - color contains mainly: green. Hex color #11421B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #11421B is #EEBDE4. Grayscale: #2F2F2F. Windows color (decimal): -15646181 or 1786385. OLE color: 1786385.

HSL color Cylindrical-coordinate representation of color #11421B: hue angle of 132.24º degrees, saturation: 0.59, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #11421B is Cyan = 0.74, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.74.

Color convert

RGB176627-
CMYK0.7400.590.74
HSL132.24º59.04%16.27%-
HSV(B)132.24º74.24%25.88%-
XYZ2.384.091.7-
YUV46.9116.77106.67-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 15.45%
GREEN value IS 66 (26.17% from 255) = 60%
BLUE value IS 27 (10.94% from 255) = 24.55%
R=15.45%
G=60%
B=24.55%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0
Y (Yellow) values IS 0.59
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal1766270.7400.590.74132.2459.0416.27
Hex11421B4A03B4A843b10
Octal21102331120731122047320
Binary100011000010110111001010011101110010101000010011101110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #11421B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #11421B; }

 p { color: rgb(17,66,27); }

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

<style>
 a { background-color: #11421B; }

 a { background-color: rgb(17,66,27); }

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

<style>
 span { border-color: #11421B; }

 span { border-color: rgb(17,66,27); }

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