Html Css Color HEX #112718 Deep Fir

📋 copy color: '#112718'

red 17 ◦ green 39 ◦ blue 24

#112718
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Deep Fir #112718

Tints of Deep Fir #112718

RGB

 RED value IS 17 (7.03% from 255) = 21.25%

 GREEN value IS 39 (15.63% from 255) = 48.75%

 BLUE value IS 24 (9.77% from 255) = 30%

R = 21.25%
G = 48.75%
B = 30%

CMYK

 C value IS 0.56

 M value IS 0

 Y value IS 0.38

 K value IS 0.85

RGB Variations

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

Color information

#112718 (or 0x112718) is known color: 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

RGB 17 39 24 -
CMYK 0.56 0 0.38 0.85
HSL 139.09º 0.39% 0.11% -
HSV(B) 139.09º 0.56% 0.15% -
XYZ 1.12 1.64 1.12 -
YUV 30.71 124.21 118.22 -
System Red Green Blue C M Y K H S L
Decimal 17 39 24 0.56 0 0.38 0.85 139.09 0.39 0.11
Hex 11 27 18 38 0 26 55 8B 27 B
Octal 21 47 30 70 0 46 125 213 47 13
Binary 10001 100111 11000 111000 0 100110 1010101 10001011 100111 1011

Color Harmonies of #112718

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #112718

Black with #112718

Text Example


Text Example

White with #112718

Text Example


Text Example

HTML Codes & Css Web 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>