#132B1B

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

Shades of Deep Fir #132B1B

Tints of Deep Fir #132B1B

Color information

#132B1B (or 0x132B1B) is unknown color: approx Deep Fir. HEX triplet: 13, 2B and 1B. RGB value is (19,43,27). Sum of RGB (Red+Green+Blue) = 19+43+27=89 (11% of max value = 765). Red value is 19 (7.81% from 255 or 21.35% from 89); Green value is 43 (17.19% from 255 or 48.31% from 89); Blue value is 27 (10.94% from 255 or 30.34% from 89); Max value from RGB is 43 - color contains mainly: green. Hex color #132B1B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #132B1B is #ECD4E4. Grayscale: #222222. Windows color (decimal): -15520997 or 1780499. OLE color: 1780499.

HSL color Cylindrical-coordinate representation of color #132B1B: hue angle of 140º 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 #132B1B is Cyan = 0.56, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.83.

Color convert

RGB194327-
CMYK0.5600.370.83
HSL140º38.71%12.16%-
HSV(B)140º55.81%16.86%-
XYZ1.331.951.34-
YUV34124.05117.3-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 21.35%
GREEN value IS 43 (17.19% from 255) = 48.31%
BLUE value IS 27 (10.94% from 255) = 30.34%
R=21.35%
G=48.31%
B=30.34%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.83
SystemRedGreenBlueCMYKHSL
Decimal1943270.5600.370.8314038.7112.16
Hex132B1B38025538c27c
Octal235333700451232144714
Binary100111010111101111100001001011010011100011001001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #132B1B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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