#15371B

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

Shades of Deep Fir #15371B

Tints of Deep Fir #15371B

Color information

#15371B (or 0x15371B) is unknown color: approx Deep Fir. HEX triplet: 15, 37 and 1B. RGB value is (21,55,27). Sum of RGB (Red+Green+Blue) = 21+55+27=103 (13% of max value = 765). Red value is 21 (8.59% from 255 or 20.39% from 103); Green value is 55 (21.88% from 255 or 53.40% from 103); Blue value is 27 (10.94% from 255 or 26.21% from 103); Max value from RGB is 55 - color contains mainly: green. Hex color #15371B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #15371B is #EAC8E4. Grayscale: #292929. Windows color (decimal): -15386853 or 1783573. OLE color: 1783573.

HSL color Cylindrical-coordinate representation of color #15371B: hue angle of 130.59º degrees, saturation: 0.45, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #15371B is Cyan = 0.62, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.78.

Color convert

RGB215527-
CMYK0.6200.510.78
HSL130.59º44.74%14.9%-
HSV(B)130.59º61.82%21.57%-
XYZ1.872.971.51-
YUV41.64119.74113.28-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 20.39%
GREEN value IS 55 (21.88% from 255) = 53.40%
BLUE value IS 27 (10.94% from 255) = 26.21%
R=20.39%
G=53.40%
B=26.21%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0
Y (Yellow) values IS 0.51
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal2155270.6200.510.78130.5944.7414.9
Hex15371B3E0334E832df
Octal256733760631162035517
Binary101011101111101111111001100111001110100000111011011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #15371B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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