#15321F

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

Shades of Deep Fir #15321F

Tints of Deep Fir #15321F

Color information

#15321F (or 0x15321F) is unknown color: approx Deep Fir. HEX triplet: 15, 32 and 1F. RGB value is (21,50,31). Sum of RGB (Red+Green+Blue) = 21+50+31=102 (13% of max value = 765). Red value is 21 (8.59% from 255 or 20.59% from 102); Green value is 50 (19.92% from 255 or 49.02% from 102); Blue value is 31 (12.5% from 255 or 30.39% from 102); Max value from RGB is 50 - color contains mainly: green. Hex color #15321F is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #15321F is #EACDE0. Grayscale: #272727. Windows color (decimal): -15388129 or 2044437. OLE color: 2044437.

HSL color Cylindrical-coordinate representation of color #15321F: hue angle of 140.69º degrees, saturation: 0.41, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #15321F is Cyan = 0.58, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.80.

Color convert

RGB215031-
CMYK0.5800.380.80
HSL140.69º40.85%13.92%-
HSV(B)140.69º58%19.61%-
XYZ1.72.541.7-
YUV39.16123.39115.04-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 20.59%
GREEN value IS 50 (19.92% from 255) = 49.02%
BLUE value IS 31 (12.5% from 255) = 30.39%
R=20.59%
G=49.02%
B=30.39%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal2150310.5800.380.80140.6940.8513.92
Hex15321F3A026508d29e
Octal256237720461202155116
Binary101011100101111111101001001101010000100011011010011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #15321F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #15321F; }

 p { color: rgb(21,50,31); }

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

<style>
 a { background-color: #15321F; }

 a { background-color: rgb(21,50,31); }

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

<style>
 span { border-color: #15321F; }

 span { border-color: rgb(21,50,31); }

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