#15311E

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

Shades of Deep Fir #15311E

Tints of Deep Fir #15311E

Color information

#15311E (or 0x15311E) is unknown color: approx Deep Fir. HEX triplet: 15, 31 and 1E. RGB value is (21,49,30). Sum of RGB (Red+Green+Blue) = 21+49+30=100 (13% of max value = 765). Red value is 21 (8.59% from 255 or 21% from 100); Green value is 49 (19.53% from 255 or 49% from 100); Blue value is 30 (12.11% from 255 or 30% from 100); Max value from RGB is 49 - color contains mainly: green. Hex color #15311E is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #15311E is #EACEE1. Grayscale: #262626. Windows color (decimal): -15388386 or 1978645. OLE color: 1978645.

HSL color Cylindrical-coordinate representation of color #15311E: hue angle of 139.29º degrees, saturation: 0.4, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #15311E is Cyan = 0.57, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.81.

Color convert

RGB214930-
CMYK0.5700.390.81
HSL139.29º40%13.73%-
HSV(B)139.29º57.14%19.22%-
XYZ1.642.451.61-
YUV38.46123.22115.54-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 21%
GREEN value IS 49 (19.53% from 255) = 49%
BLUE value IS 30 (12.11% from 255) = 30%
R=21%
G=49%
B=30%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal2149300.5700.390.81139.294013.73
Hex15311E39027518b28e
Octal256136710471212135016
Binary101011100011111011100101001111010001100010111010001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #15311E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #15311E; }

 p { color: rgb(21,49,30); }

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

<style>
 a { background-color: #15311E; }

 a { background-color: rgb(21,49,30); }

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

<style>
 span { border-color: #15311E; }

 span { border-color: rgb(21,49,30); }

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