#13281A

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

Shades of Deep Fir #13281A

Tints of Deep Fir #13281A

Color information

#13281A (or 0x13281A) is unknown color: approx Deep Fir. HEX triplet: 13, 28 and 1A. RGB value is (19,40,26). Sum of RGB (Red+Green+Blue) = 19+40+26=85 (11% of max value = 765). Red value is 19 (7.81% from 255 or 22.35% from 85); Green value is 40 (16.02% from 255 or 47.06% from 85); Blue value is 26 (10.55% from 255 or 30.59% from 85); Max value from RGB is 40 - color contains mainly: green. Hex color #13281A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #13281A is #ECD7E5. Grayscale: #202020. Windows color (decimal): -15521766 or 1714195. OLE color: 1714195.

HSL color Cylindrical-coordinate representation of color #13281A: hue angle of 140º degrees, saturation: 0.36, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #13281A is Cyan = 0.52, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.84.

Color convert

RGB194026-
CMYK0.5200.350.84
HSL140º35.59%11.57%-
HSV(B)140º52.5%15.69%-
XYZ1.211.731.25-
YUV32.12124.54118.64-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 22.35%
GREEN value IS 40 (16.02% from 255) = 47.06%
BLUE value IS 26 (10.55% from 255) = 30.59%
R=22.35%
G=47.06%
B=30.59%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal1940260.5200.350.8414035.5911.57
Hex13281A34023548c24c
Octal235032640431242144414
Binary100111010001101011010001000111010100100011001001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #13281A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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