Html Css Color HEX #112819 Deep Fir

📋 copy color: '#112819'

red 17 ◦ green 40 ◦ blue 25

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

Shades of Deep Fir #112819

Tints of Deep Fir #112819

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 value IS 0.57

 M value IS 0

 Y value IS 0.38

 K value IS 0.84

RGB Variations

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

Color information

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

RGB 17 40 25 -
CMYK 0.57 0 0.38 0.84
HSL 140.87º 0.4% 0.11% -
HSV(B) 140.87º 0.58% 0.16% -
XYZ 1.17 1.71 1.19 -
YUV 31.41 124.38 117.72 -
System Red Green Blue C M Y K H S L
Decimal 17 40 25 0.57 0 0.38 0.84 140.87 0.4 0.11
Hex 11 28 19 39 0 26 54 8D 28 B
Octal 21 50 31 71 0 46 124 215 50 13
Binary 10001 101000 11001 111001 0 100110 1010100 10001101 101000 1011

Color Harmonies of #112819

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #112819

Black with #112819

Text Example


Text Example

White with #112819

Text Example


Text Example

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