#13291B

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

Shades of Deep Fir #13291B

Tints of Deep Fir #13291B

Color information

#13291B (or 0x13291B) is unknown color: approx Deep Fir. HEX triplet: 13, 29 and 1B. RGB value is (19,41,27). Sum of RGB (Red+Green+Blue) = 19+41+27=87 (11% of max value = 765). Red value is 19 (7.81% from 255 or 21.84% from 87); Green value is 41 (16.41% from 255 or 47.13% from 87); Blue value is 27 (10.94% from 255 or 31.03% from 87); Max value from RGB is 41 - color contains mainly: green. Hex color #13291B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #13291B is #ECD6E4. Grayscale: #202020. Windows color (decimal): -15521509 or 1779987. OLE color: 1779987.

HSL color Cylindrical-coordinate representation of color #13291B: hue angle of 141.82º degrees, saturation: 0.37, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #13291B is Cyan = 0.54, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.84.

Color convert

RGB194127-
CMYK0.5400.340.84
HSL141.82º36.67%11.76%-
HSV(B)141.82º53.66%16.08%-
XYZ1.261.81.32-
YUV32.83124.71118.14-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 21.84%
GREEN value IS 41 (16.41% from 255) = 47.13%
BLUE value IS 27 (10.94% from 255) = 31.03%
R=21.84%
G=47.13%
B=31.03%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal1941270.5400.340.84141.8236.6711.76
Hex13291B36022548e25c
Octal235133660421242164514
Binary100111010011101111011001000101010100100011101001011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #13291B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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