#13311B

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

Shades of Deep Fir #13311B

Tints of Deep Fir #13311B

Color information

#13311B (or 0x13311B) is unknown color: approx Deep Fir. HEX triplet: 13, 31 and 1B. RGB value is (19,49,27). Sum of RGB (Red+Green+Blue) = 19+49+27=95 (12% of max value = 765). Red value is 19 (7.81% from 255 or 20% from 95); Green value is 49 (19.53% from 255 or 51.58% from 95); Blue value is 27 (10.94% from 255 or 28.42% from 95); Max value from RGB is 49 - color contains mainly: green. Hex color #13311B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #13311B is #ECCEE4. Grayscale: #252525. Windows color (decimal): -15519461 or 1782035. OLE color: 1782035.

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

Color convert

RGB194927-
CMYK0.6100.450.81
HSL136º44.12%13.33%-
HSV(B)136º61.22%19.22%-
XYZ1.562.411.42-
YUV37.52122.06114.79-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 20%
GREEN value IS 49 (19.53% from 255) = 51.58%
BLUE value IS 27 (10.94% from 255) = 28.42%
R=20%
G=51.58%
B=28.42%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal1949270.6100.450.8113644.1213.33
Hex13311B3D02D51882cd
Octal236133750551212105415
Binary100111100011101111110101011011010001100010001011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #13311B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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