#13321B

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

Shades of Deep Fir #13321B

Tints of Deep Fir #13321B

Color information

#13321B (or 0x13321B) is unknown color: approx Deep Fir. HEX triplet: 13, 32 and 1B. RGB value is (19,50,27). Sum of RGB (Red+Green+Blue) = 19+50+27=96 (12% of max value = 765). Red value is 19 (7.81% from 255 or 19.79% from 96); Green value is 50 (19.92% from 255 or 52.08% from 96); Blue value is 27 (10.94% from 255 or 28.12% from 96); Max value from RGB is 50 - color contains mainly: green. Hex color #13321B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #13321B is #ECCDE4. Grayscale: #262626. Windows color (decimal): -15519205 or 1782291. OLE color: 1782291.

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

Color convert

RGB195027-
CMYK0.6200.460.80
HSL135.48º44.93%13.53%-
HSV(B)135.48º62%19.61%-
XYZ1.612.51.43-
YUV38.11121.73114.37-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 19.79%
GREEN value IS 50 (19.92% from 255) = 52.08%
BLUE value IS 27 (10.94% from 255) = 28.12%
R=19.79%
G=52.08%
B=28.12%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal1950270.6200.460.80135.4844.9313.53
Hex13321B3E02E50872de
Octal236233760561202075516
Binary100111100101101111111001011101010000100001111011011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #13321B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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