#15311C

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

Shades of Deep Fir #15311C

Tints of Deep Fir #15311C

Color information

#15311C (or 0x15311C) is unknown color: approx Deep Fir. HEX triplet: 15, 31 and 1C. RGB value is (21,49,28). Sum of RGB (Red+Green+Blue) = 21+49+28=98 (12% of max value = 765). Red value is 21 (8.59% from 255 or 21.43% from 98); Green value is 49 (19.53% from 255 or 50% from 98); Blue value is 28 (11.33% from 255 or 28.57% from 98); Max value from RGB is 49 - color contains mainly: green. Hex color #15311C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #15311C is #EACEE3. Grayscale: #262626. Windows color (decimal): -15388388 or 1847573. OLE color: 1847573.

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

Color convert

RGB214928-
CMYK0.5700.430.81
HSL135º40%13.73%-
HSV(B)135º57.14%19.22%-
XYZ1.622.441.48-
YUV38.23122.22115.71-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 21.43%
GREEN value IS 49 (19.53% from 255) = 50%
BLUE value IS 28 (11.33% from 255) = 28.57%
R=21.43%
G=50%
B=28.57%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal2149280.5700.430.811354013.73
Hex15311C3902B518728e
Octal256134710531212075016
Binary101011100011110011100101010111010001100001111010001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #15311C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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