Html Css Color HEX #13471F Deep Fir

📋 copy color: '#13471F'

red 19 ◦ green 71 ◦ blue 31

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

Shades of Deep Fir #13471F

Tints of Deep Fir #13471F

RGB

 RED value IS 19 (7.81% from 255) = 15.7%

 GREEN value IS 71 (28.13% from 255) = 58.68%

 BLUE value IS 31 (12.5% from 255) = 25.62%

R = 15.7%
G = 58.68%
B = 25.62%

CMYK

 C value IS 0.73

 M value IS 0

 Y value IS 0.56

 K value IS 0.72

RGB Variations

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

Color information

#13471F (or 0x13471F) is known color: Deep Fir. HEX triplet: 13, 47 and 1F. RGB value is (19,71,31). Sum of RGB (Red+Green+Blue) = 19+71+31=121 (16% of max value = 765). Red value is 19 (7.81% from 255 or 15.70% from 121); Green value is 71 (28.12% from 255 or 58.68% from 121); Blue value is 31 (12.5% from 255 or 25.62% from 121); Max value from RGB is 71 - color contains mainly: green. Hex color #13471F is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #13471F is #ECB8E0. Grayscale: #333333. Windows color (decimal): -15513825 or 2049811. OLE color: 2049811.

HSL color Cylindrical-coordinate representation of color #13471F: hue angle of 133.85º degrees, saturation: 0.58, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #13471F is Cyan = 0.73, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.72.

Color convert

RGB 19 71 31 -
CMYK 0.73 0 0.56 0.72
HSL 133.85º 0.58% 0.18% -
HSV(B) 133.85º 0.73% 0.28% -
XYZ 2.77 4.74 2.07 -
YUV 50.89 116.77 105.25 -
System Red Green Blue C M Y K H S L
Decimal 19 71 31 0.73 0 0.56 0.72 133.85 0.58 0.18
Hex 13 47 1F 49 0 38 48 86 3A 12
Octal 23 107 37 111 0 70 110 206 72 22
Binary 10011 1000111 11111 1001001 0 111000 1001000 10000110 111010 10010

Color Harmonies of #13471F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #13471F

Black with #13471F

Text Example


Text Example

White with #13471F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #13471F; }

 p { color: rgb(19,71,31); }

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

background-color css

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

 a { background-color: rgb(19,71,31); }

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

border-color css

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

 span { border-color: rgb(19,71,31); }

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