Html Css Color HEX #113219 Deep Fir

📋 copy color: '#113219'

red 17 ◦ green 50 ◦ blue 25

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

Shades of Deep Fir #113219

Tints of Deep Fir #113219

RGB

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

 GREEN value IS 50 (19.92% from 255) = 54.35%

 BLUE value IS 25 (10.16% from 255) = 27.17%

R = 18.48%
G = 54.35%
B = 27.17%

CMYK

 C value IS 0.66

 M value IS 0

 Y value IS 0.50

 K value IS 0.80

RGB Variations

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

Color information

#113219 (or 0x113219) is known color: Deep Fir. HEX triplet: 11, 32 and 19. RGB value is (17,50,25). Sum of RGB (Red+Green+Blue) = 17+50+25=92 (12% of max value = 765). Red value is 17 (7.03% from 255 or 18.48% from 92); Green value is 50 (19.92% from 255 or 54.35% from 92); Blue value is 25 (10.16% from 255 or 27.17% from 92); Max value from RGB is 50 - color contains mainly: green. Hex color #113219 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #113219 is #EECDE6. Grayscale: #252525. Windows color (decimal): -15650279 or 1651217. OLE color: 1651217.

HSL color Cylindrical-coordinate representation of color #113219: hue angle of 134.55º degrees, saturation: 0.49, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #113219 is Cyan = 0.66, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.80.

Color convert

RGB 17 50 25 -
CMYK 0.66 0 0.50 0.80
HSL 134.55º 0.49% 0.13% -
HSV(B) 134.55º 0.66% 0.2% -
XYZ 1.55 2.47 1.32 -
YUV 37.28 121.07 113.53 -
System Red Green Blue C M Y K H S L
Decimal 17 50 25 0.66 0 0.50 0.80 134.55 0.49 0.13
Hex 11 32 19 42 0 32 50 87 31 D
Octal 21 62 31 102 0 62 120 207 61 15
Binary 10001 110010 11001 1000010 0 110010 1010000 10000111 110001 1101

Color Harmonies of #113219

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #113219

Black with #113219

Text Example


Text Example

White with #113219

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #113219; }

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

 H1.HeaderClassName
 {
   color: #113219;
 }
 .AnyTagClassName
 {
   color: #113219;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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