#13271A

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

Shades of Deep Fir #13271A

Tints of Deep Fir #13271A

Color information

#13271A (or 0x13271A) is unknown color: approx Deep Fir. HEX triplet: 13, 27 and 1A. RGB value is (19,39,26). Sum of RGB (Red+Green+Blue) = 19+39+26=84 (11% of max value = 765). Red value is 19 (7.81% from 255 or 22.62% from 84); Green value is 39 (15.62% from 255 or 46.43% from 84); Blue value is 26 (10.55% from 255 or 30.95% from 84); Max value from RGB is 39 - color contains mainly: green. Hex color #13271A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #13271A is #ECD8E5. Grayscale: #1F1F1F. Windows color (decimal): -15522022 or 1713939. OLE color: 1713939.

HSL color Cylindrical-coordinate representation of color #13271A: hue angle of 141º degrees, saturation: 0.34, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #13271A is Cyan = 0.51, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.85.

Color convert

RGB193926-
CMYK0.5100.330.85
HSL141º34.48%11.37%-
HSV(B)141º51.28%15.29%-
XYZ1.181.661.24-
YUV31.54124.87119.06-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 22.62%
GREEN value IS 39 (15.62% from 255) = 46.43%
BLUE value IS 26 (10.55% from 255) = 30.95%
R=22.62%
G=46.43%
B=30.95%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal1939260.5100.330.8514134.4811.37
Hex13271A33021558d22b
Octal234732630411252154213
Binary100111001111101011001101000011010101100011011000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #13271A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #13271A; }

 p { color: rgb(19,39,26); }

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

<style>
 a { background-color: #13271A; }

 a { background-color: rgb(19,39,26); }

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

<style>
 span { border-color: #13271A; }

 span { border-color: rgb(19,39,26); }

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