#15311D

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

Shades of Deep Fir #15311D

Tints of Deep Fir #15311D

Color information

#15311D (or 0x15311D) is unknown color: approx Deep Fir. HEX triplet: 15, 31 and 1D. RGB value is (21,49,29). Sum of RGB (Red+Green+Blue) = 21+49+29=99 (13% of max value = 765). Red value is 21 (8.59% from 255 or 21.21% from 99); Green value is 49 (19.53% from 255 or 49.49% from 99); Blue value is 29 (11.72% from 255 or 29.29% from 99); Max value from RGB is 49 - color contains mainly: green. Hex color #15311D is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #15311D is #EACEE2. Grayscale: #262626. Windows color (decimal): -15388387 or 1913109. OLE color: 1913109.

HSL color Cylindrical-coordinate representation of color #15311D: hue angle of 137.14º 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 #15311D is Cyan = 0.57, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.81.

Color convert

RGB214929-
CMYK0.5700.410.81
HSL137.14º40%13.73%-
HSV(B)137.14º57.14%19.22%-
XYZ1.632.441.55-
YUV38.35122.72115.63-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 21.21%
GREEN value IS 49 (19.53% from 255) = 49.49%
BLUE value IS 29 (11.72% from 255) = 29.29%
R=21.21%
G=49.49%
B=29.29%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal2149290.5700.410.81137.144013.73
Hex15311D39029518928e
Octal256135710511212115016
Binary101011100011110111100101010011010001100010011010001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #15311D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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