#13321E

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

Shades of Deep Fir #13321E

Tints of Deep Fir #13321E

Color information

#13321E (or 0x13321E) is unknown color: approx Deep Fir. HEX triplet: 13, 32 and 1E. RGB value is (19,50,30). Sum of RGB (Red+Green+Blue) = 19+50+30=99 (13% of max value = 765). Red value is 19 (7.81% from 255 or 19.19% from 99); Green value is 50 (19.92% from 255 or 50.51% from 99); Blue value is 30 (12.11% from 255 or 30.30% from 99); Max value from RGB is 50 - color contains mainly: green. Hex color #13321E is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #13321E is #ECCDE1. Grayscale: #262626. Windows color (decimal): -15519202 or 1978899. OLE color: 1978899.

HSL color Cylindrical-coordinate representation of color #13321E: hue angle of 141.29º degrees, saturation: 0.45, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #13321E is Cyan = 0.62, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.80.

Color convert

RGB195030-
CMYK0.6200.400.80
HSL141.29º44.93%13.53%-
HSV(B)141.29º62%19.61%-
XYZ1.642.511.63-
YUV38.45123.23114.13-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 19.19%
GREEN value IS 50 (19.92% from 255) = 50.51%
BLUE value IS 30 (12.11% from 255) = 30.30%
R=19.19%
G=50.51%
B=30.30%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal1950300.6200.400.80141.2944.9313.53
Hex13321E3E028508d2de
Octal236236760501202155516
Binary100111100101111011111001010001010000100011011011011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #13321E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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