#112718

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

Shades of Deep Fir #112718

Tints of Deep Fir #112718

Color information

#112718 (or 0x112718) is unknown color: approx Deep Fir. HEX triplet: 11, 27 and 18. RGB value is (17,39,24). Sum of RGB (Red+Green+Blue) = 17+39+24=80 (10% of max value = 765). Red value is 17 (7.03% from 255 or 21.25% from 80); Green value is 39 (15.62% from 255 or 48.75% from 80); Blue value is 24 (9.77% from 255 or 30% from 80); Max value from RGB is 39 - color contains mainly: green. Hex color #112718 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #112718 is #EED8E7. Grayscale: #1E1E1E. Windows color (decimal): -15653096 or 1582865. OLE color: 1582865.

HSL color Cylindrical-coordinate representation of color #112718: hue angle of 139.09º degrees, saturation: 0.39, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #112718 is Cyan = 0.56, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.85.

Color convert

RGB173924-
CMYK0.5600.380.85
HSL139.09º39.29%10.98%-
HSV(B)139.09º56.41%15.29%-
XYZ1.121.641.12-
YUV30.71124.21118.22-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 21.25%
GREEN value IS 39 (15.62% from 255) = 48.75%
BLUE value IS 24 (9.77% from 255) = 30%
R=21.25%
G=48.75%
B=30%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal1739240.5600.380.85139.0939.2910.98
Hex11271838026558b27b
Octal214730700461252134713
Binary100011001111100011100001001101010101100010111001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #112718

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #112718; }

 p { color: rgb(17,39,24); }

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

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

 a { background-color: rgb(17,39,24); }

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

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

 span { border-color: rgb(17,39,24); }

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