#132A1B

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

Shades of Deep Fir #132A1B

Tints of Deep Fir #132A1B

Color information

#132A1B (or 0x132A1B) is unknown color: approx Deep Fir. HEX triplet: 13, 2A and 1B. RGB value is (19,42,27). Sum of RGB (Red+Green+Blue) = 19+42+27=88 (11% of max value = 765). Red value is 19 (7.81% from 255 or 21.59% from 88); Green value is 42 (16.80% from 255 or 47.73% from 88); Blue value is 27 (10.94% from 255 or 30.68% from 88); Max value from RGB is 42 - color contains mainly: green. Hex color #132A1B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #132A1B is #ECD5E4. Grayscale: #212121. Windows color (decimal): -15521253 or 1780243. OLE color: 1780243.

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

Color convert

RGB194227-
CMYK0.5500.360.84
HSL140.87º37.7%11.96%-
HSV(B)140.87º54.76%16.47%-
XYZ1.291.871.33-
YUV33.41124.38117.72-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 21.59%
GREEN value IS 42 (16.80% from 255) = 47.73%
BLUE value IS 27 (10.94% from 255) = 30.68%
R=21.59%
G=47.73%
B=30.68%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal1942270.5500.360.84140.8737.711.96
Hex132A1B37024548d26c
Octal235233670441242154614
Binary100111010101101111011101001001010100100011011001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #132A1B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #132A1B; }

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

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

<style>
 a { background-color: #132A1B; }

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

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

<style>
 span { border-color: #132A1B; }

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

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