Html Css Color HEX #13371D Deep Fir

📋 copy color: '#13371D'

red 19 ◦ green 55 ◦ blue 29

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

Shades of Deep Fir #13371D

Tints of Deep Fir #13371D

RGB

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

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

 BLUE value IS 29 (11.72% from 255) = 28.16%

R = 18.45%
G = 53.4%
B = 28.16%

CMYK

 C value IS 0.65

 M value IS 0

 Y value IS 0.47

 K value IS 0.78

RGB Variations

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

Color information

#13371D (or 0x13371D) is known color: Deep Fir. HEX triplet: 13, 37 and 1D. RGB value is (19,55,29). Sum of RGB (Red+Green+Blue) = 19+55+29=103 (13% of max value = 765). Red value is 19 (7.81% from 255 or 18.45% from 103); Green value is 55 (21.88% from 255 or 53.40% from 103); Blue value is 29 (11.72% from 255 or 28.16% from 103); Max value from RGB is 55 - color contains mainly: green. Hex color #13371D is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #13371D is #ECC8E2. Grayscale: #292929. Windows color (decimal): -15517923 or 1914643. OLE color: 1914643.

HSL color Cylindrical-coordinate representation of color #13371D: hue angle of 136.67º 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 #13371D is Cyan = 0.65, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.78.

Color convert

RGB 19 55 29 -
CMYK 0.65 0 0.47 0.78
HSL 136.67º 0.49% 0.15% -
HSV(B) 136.67º 0.65% 0.22% -
XYZ 1.86 2.96 1.64 -
YUV 41.27 121.07 112.11 -
System Red Green Blue C M Y K H S L
Decimal 19 55 29 0.65 0 0.47 0.78 136.67 0.49 0.15
Hex 13 37 1D 41 0 2F 4E 89 31 F
Octal 23 67 35 101 0 57 116 211 61 17
Binary 10011 110111 11101 1000001 0 101111 1001110 10001001 110001 1111

Color Harmonies of #13371D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #13371D

Black with #13371D

Text Example


Text Example

White with #13371D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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