#11341E

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

Shades of Deep Fir #11341E

Tints of Deep Fir #11341E

Color information

#11341E (or 0x11341E) is unknown color: approx Deep Fir. HEX triplet: 11, 34 and 1E. RGB value is (17,52,30). Sum of RGB (Red+Green+Blue) = 17+52+30=99 (13% of max value = 765). Red value is 17 (7.03% from 255 or 17.17% from 99); Green value is 52 (20.70% from 255 or 52.53% from 99); Blue value is 30 (12.11% from 255 or 30.30% from 99); Max value from RGB is 52 - color contains mainly: green. Hex color #11341E is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #11341E is #EECBE1. Grayscale: #272727. Windows color (decimal): -15649762 or 1979409. OLE color: 1979409.

HSL color Cylindrical-coordinate representation of color #11341E: hue angle of 142.29º degrees, saturation: 0.51, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #11341E is Cyan = 0.67, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.80.

Color convert

RGB175230-
CMYK0.6700.420.80
HSL142.29º50.72%13.53%-
HSV(B)142.29º67.31%20.39%-
XYZ1.692.671.65-
YUV39.03122.9112.29-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 17.17%
GREEN value IS 52 (20.70% from 255) = 52.53%
BLUE value IS 30 (12.11% from 255) = 30.30%
R=17.17%
G=52.53%
B=30.30%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal1752300.6700.420.80142.2950.7213.53
Hex11341E4302A508e33e
Octal2164361030521202166316
Binary1000111010011110100001101010101010000100011101100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #11341E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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