#11361E

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

Shades of Deep Fir #11361E

Tints of Deep Fir #11361E

Color information

#11361E (or 0x11361E) is unknown color: approx Deep Fir. HEX triplet: 11, 36 and 1E. RGB value is (17,54,30). Sum of RGB (Red+Green+Blue) = 17+54+30=101 (13% of max value = 765). Red value is 17 (7.03% from 255 or 16.83% from 101); Green value is 54 (21.48% from 255 or 53.47% from 101); Blue value is 30 (12.11% from 255 or 29.70% from 101); Max value from RGB is 54 - color contains mainly: green. Hex color #11361E is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #11361E is #EEC9E1. Grayscale: #282828. Windows color (decimal): -15649250 or 1979921. OLE color: 1979921.

HSL color Cylindrical-coordinate representation of color #11361E: hue angle of 141.08º degrees, saturation: 0.52, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #11361E is Cyan = 0.69, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.79.

Color convert

RGB175430-
CMYK0.6900.440.79
HSL141.08º52.11%13.92%-
HSV(B)141.08º68.52%21.18%-
XYZ1.782.851.68-
YUV40.2122.24111.45-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 16.83%
GREEN value IS 54 (21.48% from 255) = 53.47%
BLUE value IS 30 (12.11% from 255) = 29.70%
R=16.83%
G=53.47%
B=29.70%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal1754300.6900.440.79141.0852.1113.92
Hex11361E4502C4F8d34e
Octal2166361050541172156416
Binary1000111011011110100010101011001001111100011011101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #11361E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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