#112819

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

Shades of Deep Fir #112819

Tints of Deep Fir #112819

Color information

#112819 (or 0x112819) is unknown color: approx Deep Fir. HEX triplet: 11, 28 and 19. RGB value is (17,40,25). Sum of RGB (Red+Green+Blue) = 17+40+25=82 (10% of max value = 765). Red value is 17 (7.03% from 255 or 20.73% from 82); Green value is 40 (16.02% from 255 or 48.78% from 82); Blue value is 25 (10.16% from 255 or 30.49% from 82); Max value from RGB is 40 - color contains mainly: green. Hex color #112819 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #112819 is #EED7E6. Grayscale: #1F1F1F. Windows color (decimal): -15652839 or 1648657. OLE color: 1648657.

HSL color Cylindrical-coordinate representation of color #112819: hue angle of 140.87º degrees, saturation: 0.4, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #112819 is Cyan = 0.57, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.84.

Color convert

RGB174025-
CMYK0.5700.380.84
HSL140.87º40.35%11.18%-
HSV(B)140.87º57.5%15.69%-
XYZ1.171.711.19-
YUV31.41124.38117.72-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 20.73%
GREEN value IS 40 (16.02% from 255) = 48.78%
BLUE value IS 25 (10.16% from 255) = 30.49%
R=20.73%
G=48.78%
B=30.49%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal1740250.5700.380.84140.8740.3511.18
Hex11281939026548d28b
Octal215031710461242155013
Binary100011010001100111100101001101010100100011011010001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #112819

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #112819; }

 p { color: rgb(17,40,25); }

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

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

 a { background-color: rgb(17,40,25); }

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

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

 span { border-color: rgb(17,40,25); }

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