Html Css Color HEX #13371A Deep Fir

📋 copy color: '#13371A'

red 19 ◦ green 55 ◦ blue 26

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

Shades of Deep Fir #13371A

Tints of Deep Fir #13371A

RGB

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

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

 BLUE value IS 26 (10.55% from 255) = 26%

R = 19%
G = 55%
B = 26%

CMYK

 C value IS 0.65

 M value IS 0

 Y value IS 0.53

 K value IS 0.78

RGB Variations

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

Color information

#13371A (or 0x13371A) is known color: Deep Fir. HEX triplet: 13, 37 and 1A. RGB value is (19,55,26). Sum of RGB (Red+Green+Blue) = 19+55+26=100 (13% of max value = 765). Red value is 19 (7.81% from 255 or 19% from 100); Green value is 55 (21.88% from 255 or 55% from 100); Blue value is 26 (10.55% from 255 or 26% from 100); Max value from RGB is 55 - color contains mainly: green. Hex color #13371A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #13371A is #ECC8E5. Grayscale: #292929. Windows color (decimal): -15517926 or 1718035. OLE color: 1718035.

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

Color convert

RGB 19 55 26 -
CMYK 0.65 0 0.53 0.78
HSL 131.67º 0.49% 0.15% -
HSV(B) 131.67º 0.65% 0.22% -
XYZ 1.82 2.95 1.45 -
YUV 40.93 119.57 112.36 -
System Red Green Blue C M Y K H S L
Decimal 19 55 26 0.65 0 0.53 0.78 131.67 0.49 0.15
Hex 13 37 1A 41 0 35 4E 84 31 F
Octal 23 67 32 101 0 65 116 204 61 17
Binary 10011 110111 11010 1000001 0 110101 1001110 10000100 110001 1111

Color Harmonies of #13371A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #13371A

Black with #13371A

Text Example


Text Example

White with #13371A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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