Html Css Color HEX #13371F Deep Fir

📋 copy color: '#13371F'

red 19 ◦ green 55 ◦ blue 31

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

Shades of Deep Fir #13371F

Tints of Deep Fir #13371F

RGB

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

 GREEN value IS 55 (21.88% from 255) = 52.38%

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

R = 18.1%
G = 52.38%
B = 29.52%

CMYK

 C value IS 0.65

 M value IS 0

 Y value IS 0.44

 K value IS 0.78

RGB Variations

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

Color information

#13371F (or 0x13371F) is known color: Deep Fir. HEX triplet: 13, 37 and 1F. RGB value is (19,55,31). Sum of RGB (Red+Green+Blue) = 19+55+31=105 (13% of max value = 765). Red value is 19 (7.81% from 255 or 18.10% from 105); Green value is 55 (21.88% from 255 or 52.38% from 105); Blue value is 31 (12.5% from 255 or 29.52% from 105); Max value from RGB is 55 - color contains mainly: green. Hex color #13371F is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #13371F is #ECC8E0. Grayscale: #292929. Windows color (decimal): -15517921 or 2045715. OLE color: 2045715.

HSL color Cylindrical-coordinate representation of color #13371F: hue angle of 140º degrees, saturation: 0.49, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #13371F is Cyan = 0.65, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.78.

Color convert

RGB 19 55 31 -
CMYK 0.65 0 0.44 0.78
HSL 140º 0.49% 0.15% -
HSV(B) 140º 0.65% 0.22% -
XYZ 1.88 2.97 1.77 -
YUV 41.5 122.07 111.95 -
System Red Green Blue C M Y K H S L
Decimal 19 55 31 0.65 0 0.44 0.78 140 0.49 0.15
Hex 13 37 1F 41 0 2C 4E 8C 31 F
Octal 23 67 37 101 0 54 116 214 61 17
Binary 10011 110111 11111 1000001 0 101100 1001110 10001100 110001 1111

Color Harmonies of #13371F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #13371F

Black with #13371F

Text Example


Text Example

White with #13371F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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