#13421B

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

Shades of Deep Fir #13421B

Tints of Deep Fir #13421B

Color information

#13421B (or 0x13421B) is unknown color: approx Deep Fir. HEX triplet: 13, 42 and 1B. RGB value is (19,66,27). Sum of RGB (Red+Green+Blue) = 19+66+27=112 (14% of max value = 765). Red value is 19 (7.81% from 255 or 16.96% from 112); Green value is 66 (26.17% from 255 or 58.93% from 112); Blue value is 27 (10.94% from 255 or 24.11% from 112); Max value from RGB is 66 - color contains mainly: green. Hex color #13421B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #13421B is #ECBDE4. Grayscale: #2F2F2F. Windows color (decimal): -15515109 or 1786387. OLE color: 1786387.

HSL color Cylindrical-coordinate representation of color #13421B: hue angle of 130.21º degrees, saturation: 0.55, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #13421B is Cyan = 0.71, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.74.

Color convert

RGB196627-
CMYK0.7100.590.74
HSL130.21º55.29%16.67%-
HSV(B)130.21º71.21%25.88%-
XYZ2.414.111.7-
YUV47.5116.43107.67-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 16.96%
GREEN value IS 66 (26.17% from 255) = 58.93%
BLUE value IS 27 (10.94% from 255) = 24.11%
R=16.96%
G=58.93%
B=24.11%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0
Y (Yellow) values IS 0.59
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal1966270.7100.590.74130.2155.2916.67
Hex13421B4703B4A823711
Octal23102331070731122026721
Binary100111000010110111000111011101110010101000001011011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #13421B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #13421B; }

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

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

<style>
 a { background-color: #13421B; }

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

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

<style>
 span { border-color: #13421B; }

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

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