#13311D

Color #13311D Deep Fir (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Deep Fir #13311D

Tints of Deep Fir #13311D

Color information

#13311D (or 0x13311D) is unknown color: approx Deep Fir. HEX triplet: 13, 31 and 1D. RGB value is (19,49,29). Sum of RGB (Red+Green+Blue) = 19+49+29=97 (12% of max value = 765). Red value is 19 (7.81% from 255 or 19.59% from 97); Green value is 49 (19.53% from 255 or 50.52% from 97); Blue value is 29 (11.72% from 255 or 29.90% from 97); Max value from RGB is 49 - color contains mainly: green. Hex color #13311D is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #13311D is #ECCEE2. Grayscale: #252525. Windows color (decimal): -15519459 or 1913107. OLE color: 1913107.

HSL color Cylindrical-coordinate representation of color #13311D: hue angle of 140º degrees, saturation: 0.44, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #13311D is Cyan = 0.61, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.81.

Color convert

RGB194929-
CMYK0.6100.410.81
HSL140º44.12%13.33%-
HSV(B)140º61.22%19.22%-
XYZ1.592.421.55-
YUV37.75123.06114.63-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 19.59%
GREEN value IS 49 (19.53% from 255) = 50.52%
BLUE value IS 29 (11.72% from 255) = 29.90%
R=19.59%
G=50.52%
B=29.90%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal1949290.6100.410.8114044.1213.33
Hex13311D3D029518c2cd
Octal236135750511212145415
Binary100111100011110111110101010011010001100011001011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #13311D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #13311D;
 }
 .AnyTagClassName
 {
   color: #13311D;
 }
</style>
background-color css

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

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

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

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

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

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