#13311C

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

Shades of Deep Fir #13311C

Tints of Deep Fir #13311C

Color information

#13311C (or 0x13311C) is unknown color: approx Deep Fir. HEX triplet: 13, 31 and 1C. RGB value is (19,49,28). Sum of RGB (Red+Green+Blue) = 19+49+28=96 (12% of max value = 765). Red value is 19 (7.81% from 255 or 19.79% from 96); Green value is 49 (19.53% from 255 or 51.04% from 96); Blue value is 28 (11.33% from 255 or 29.17% from 96); Max value from RGB is 49 - color contains mainly: green. Hex color #13311C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #13311C is #ECCEE3. Grayscale: #252525. Windows color (decimal): -15519460 or 1847571. OLE color: 1847571.

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

Color convert

RGB194928-
CMYK0.6100.430.81
HSL138º44.12%13.33%-
HSV(B)138º61.22%19.22%-
XYZ1.582.421.48-
YUV37.64122.56114.71-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 19.79%
GREEN value IS 49 (19.53% from 255) = 51.04%
BLUE value IS 28 (11.33% from 255) = 29.17%
R=19.79%
G=51.04%
B=29.17%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal1949280.6100.430.8113844.1213.33
Hex13311C3D02B518a2cd
Octal236134750531212125415
Binary100111100011110011110101010111010001100010101011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #13311C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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