#15391A

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

Shades of Deep Fir #15391A

Tints of Deep Fir #15391A

Color information

#15391A (or 0x15391A) is unknown color: approx Deep Fir. HEX triplet: 15, 39 and 1A. RGB value is (21,57,26). Sum of RGB (Red+Green+Blue) = 21+57+26=104 (13% of max value = 765). Red value is 21 (8.59% from 255 or 20.19% from 104); Green value is 57 (22.66% from 255 or 54.81% from 104); Blue value is 26 (10.55% from 255 or 25% from 104); Max value from RGB is 57 - color contains mainly: green. Hex color #15391A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #15391A is #EAC6E5. Grayscale: #2A2A2A. Windows color (decimal): -15386342 or 1718549. OLE color: 1718549.

HSL color Cylindrical-coordinate representation of color #15391A: hue angle of 128.33º degrees, saturation: 0.46, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #15391A is Cyan = 0.63, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.78.

Color convert

RGB215726-
CMYK0.6300.540.78
HSL128.33º46.15%15.29%-
HSV(B)128.33º63.16%22.35%-
XYZ1.963.161.48-
YUV42.7118.57112.52-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 20.19%
GREEN value IS 57 (22.66% from 255) = 54.81%
BLUE value IS 26 (10.55% from 255) = 25%
R=20.19%
G=54.81%
B=25%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0
Y (Yellow) values IS 0.54
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal2157260.6300.540.78128.3346.1515.29
Hex15391A3F0364E802ef
Octal257132770661162005617
Binary101011110011101011111101101101001110100000001011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #15391A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #15391A; }

 p { color: rgb(21,57,26); }

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

<style>
 a { background-color: #15391A; }

 a { background-color: rgb(21,57,26); }

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

<style>
 span { border-color: #15391A; }

 span { border-color: rgb(21,57,26); }

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