#13321A

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

Shades of Deep Fir #13321A

Tints of Deep Fir #13321A

Color information

#13321A (or 0x13321A) is unknown color: approx Deep Fir. HEX triplet: 13, 32 and 1A. RGB value is (19,50,26). Sum of RGB (Red+Green+Blue) = 19+50+26=95 (12% of max value = 765). Red value is 19 (7.81% from 255 or 20% from 95); Green value is 50 (19.92% from 255 or 52.63% from 95); Blue value is 26 (10.55% from 255 or 27.37% from 95); Max value from RGB is 50 - color contains mainly: green. Hex color #13321A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #13321A is #ECCDE5. Grayscale: #262626. Windows color (decimal): -15519206 or 1716755. OLE color: 1716755.

HSL color Cylindrical-coordinate representation of color #13321A: hue angle of 133.55º 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 #13321A is Cyan = 0.62, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.80.

Color convert

RGB195026-
CMYK0.6200.480.80
HSL133.55º44.93%13.53%-
HSV(B)133.55º62%19.61%-
XYZ1.62.491.37-
YUV37.99121.23114.45-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 20%
GREEN value IS 50 (19.92% from 255) = 52.63%
BLUE value IS 26 (10.55% from 255) = 27.37%
R=20%
G=52.63%
B=27.37%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal1950260.6200.480.80133.5544.9313.53
Hex13321A3E03050862de
Octal236232760601202065516
Binary100111100101101011111001100001010000100001101011011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #13321A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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