#13311F

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

Shades of Deep Fir #13311F

Tints of Deep Fir #13311F

Color information

#13311F (or 0x13311F) is unknown color: approx Deep Fir. HEX triplet: 13, 31 and 1F. RGB value is (19,49,31). Sum of RGB (Red+Green+Blue) = 19+49+31=99 (13% of max value = 765). Red value is 19 (7.81% from 255 or 19.19% from 99); Green value is 49 (19.53% from 255 or 49.49% from 99); Blue value is 31 (12.5% from 255 or 31.31% from 99); Max value from RGB is 49 - color contains mainly: green. Hex color #13311F is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #13311F is #ECCEE0. Grayscale: #262626. Windows color (decimal): -15519457 or 2044179. OLE color: 2044179.

HSL color Cylindrical-coordinate representation of color #13311F: hue angle of 144º 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 #13311F is Cyan = 0.61, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.81.

Color convert

RGB194931-
CMYK0.6100.370.81
HSL144º44.12%13.33%-
HSV(B)144º61.22%19.22%-
XYZ1.612.431.68-
YUV37.98124.06114.46-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 19.19%
GREEN value IS 49 (19.53% from 255) = 49.49%
BLUE value IS 31 (12.5% from 255) = 31.31%
R=19.19%
G=49.49%
B=31.31%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal1949310.6100.370.8114444.1213.33
Hex13311F3D02551902cd
Octal236137750451212205415
Binary100111100011111111110101001011010001100100001011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #13311F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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