#13341B

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

Shades of Deep Fir #13341B

Tints of Deep Fir #13341B

Color information

#13341B (or 0x13341B) is unknown color: approx Deep Fir. HEX triplet: 13, 34 and 1B. RGB value is (19,52,27). Sum of RGB (Red+Green+Blue) = 19+52+27=98 (12% of max value = 765). Red value is 19 (7.81% from 255 or 19.39% from 98); Green value is 52 (20.70% from 255 or 53.06% from 98); Blue value is 27 (10.94% from 255 or 27.55% from 98); Max value from RGB is 52 - color contains mainly: green. Hex color #13341B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #13341B is #ECCBE4. Grayscale: #272727. Windows color (decimal): -15518693 or 1782803. OLE color: 1782803.

HSL color Cylindrical-coordinate representation of color #13341B: hue angle of 134.55º degrees, saturation: 0.46, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #13341B is Cyan = 0.63, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.80.

Color convert

RGB195227-
CMYK0.6300.480.80
HSL134.55º46.48%13.92%-
HSV(B)134.55º63.46%20.39%-
XYZ1.692.671.46-
YUV39.28121.07113.53-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 19.39%
GREEN value IS 52 (20.70% from 255) = 53.06%
BLUE value IS 27 (10.94% from 255) = 27.55%
R=19.39%
G=53.06%
B=27.55%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal1952270.6300.480.80134.5546.4813.92
Hex13341B3F03050872ee
Octal236433770601202075616
Binary100111101001101111111101100001010000100001111011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #13341B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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