#132B1C

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

Shades of Deep Fir #132B1C

Tints of Deep Fir #132B1C

Color information

#132B1C (or 0x132B1C) is unknown color: approx Deep Fir. HEX triplet: 13, 2B and 1C. RGB value is (19,43,28). Sum of RGB (Red+Green+Blue) = 19+43+28=90 (11% of max value = 765). Red value is 19 (7.81% from 255 or 21.11% from 90); Green value is 43 (17.19% from 255 or 47.78% from 90); Blue value is 28 (11.33% from 255 or 31.11% from 90); Max value from RGB is 43 - color contains mainly: green. Hex color #132B1C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #132B1C is #ECD4E3. Grayscale: #222222. Windows color (decimal): -15520996 or 1846035. OLE color: 1846035.

HSL color Cylindrical-coordinate representation of color #132B1C: hue angle of 142.5º degrees, saturation: 0.39, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.17% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #132B1C is Cyan = 0.56, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.83.

Color convert

RGB194328-
CMYK0.5600.350.83
HSL142.5º38.71%12.16%-
HSV(B)142.5º55.81%16.86%-
XYZ1.341.951.4-
YUV34.11124.55117.22-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 21.11%
GREEN value IS 43 (17.19% from 255) = 47.78%
BLUE value IS 28 (11.33% from 255) = 31.11%
R=21.11%
G=47.78%
B=31.11%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.83
SystemRedGreenBlueCMYKHSL
Decimal1943280.5600.350.83142.538.7112.16
Hex132B1C38023538e27c
Octal235334700431232164714
Binary100111010111110011100001000111010011100011101001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #132B1C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(19,43,28); }

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

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

 a { background-color: rgb(19,43,28); }

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

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

 span { border-color: rgb(19,43,28); }

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