#15391B

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

Shades of Deep Fir #15391B

Tints of Deep Fir #15391B

Color information

#15391B (or 0x15391B) is unknown color: approx Deep Fir. HEX triplet: 15, 39 and 1B. RGB value is (21,57,27). Sum of RGB (Red+Green+Blue) = 21+57+27=105 (13% of max value = 765). Red value is 21 (8.59% from 255 or 20% from 105); Green value is 57 (22.66% from 255 or 54.29% from 105); Blue value is 27 (10.94% from 255 or 25.71% from 105); Max value from RGB is 57 - color contains mainly: green. Hex color #15391B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #15391B is #EAC6E4. Grayscale: #2A2A2A. Windows color (decimal): -15386341 or 1784085. OLE color: 1784085.

HSL color Cylindrical-coordinate representation of color #15391B: hue angle of 130º 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 #15391B is Cyan = 0.63, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.78.

Color convert

RGB215727-
CMYK0.6300.530.78
HSL130º46.15%15.29%-
HSV(B)130º63.16%22.35%-
XYZ1.973.161.54-
YUV42.82119.07112.44-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 20%
GREEN value IS 57 (22.66% from 255) = 54.29%
BLUE value IS 27 (10.94% from 255) = 25.71%
R=20%
G=54.29%
B=25.71%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0
Y (Yellow) values IS 0.53
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal2157270.6300.530.7813046.1515.29
Hex15391B3F0354E822ef
Octal257133770651162025617
Binary101011110011101111111101101011001110100000101011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #15391B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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