#13311E

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

Shades of Deep Fir #13311E

Tints of Deep Fir #13311E

Color information

#13311E (or 0x13311E) is unknown color: approx Deep Fir. HEX triplet: 13, 31 and 1E. RGB value is (19,49,30). Sum of RGB (Red+Green+Blue) = 19+49+30=98 (12% of max value = 765). Red value is 19 (7.81% from 255 or 19.39% from 98); Green value is 49 (19.53% from 255 or 50% from 98); Blue value is 30 (12.11% from 255 or 30.61% from 98); Max value from RGB is 49 - color contains mainly: green. Hex color #13311E is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #13311E is #ECCEE1. Grayscale: #252525. Windows color (decimal): -15519458 or 1978643. OLE color: 1978643.

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

Color convert

RGB194930-
CMYK0.6100.390.81
HSL142º44.12%13.33%-
HSV(B)142º61.22%19.22%-
XYZ1.62.431.61-
YUV37.86123.56114.54-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 19.39%
GREEN value IS 49 (19.53% from 255) = 50%
BLUE value IS 30 (12.11% from 255) = 30.61%
R=19.39%
G=50%
B=30.61%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal1949300.6100.390.8114244.1213.33
Hex13311E3D027518e2cd
Octal236136750471212165415
Binary100111100011111011110101001111010001100011101011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #13311E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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