#18371F

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

Shades of Deep Fir #18371F

Tints of Deep Fir #18371F

Color information

#18371F (or 0x18371F) is unknown color: approx Deep Fir. HEX triplet: 18, 37 and 1F. RGB value is (24,55,31). Sum of RGB (Red+Green+Blue) = 24+55+31=110 (14% of max value = 765). Red value is 24 (9.77% from 255 or 21.82% from 110); Green value is 55 (21.88% from 255 or 50% from 110); Blue value is 31 (12.5% from 255 or 28.18% from 110); Max value from RGB is 55 - color contains mainly: green. Hex color #18371F is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #18371F is #E7C8E0. Grayscale: #2B2B2B. Windows color (decimal): -15190241 or 2045720. OLE color: 2045720.

HSL color Cylindrical-coordinate representation of color #18371F: hue angle of 133.55º degrees, saturation: 0.39, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #18371F is Cyan = 0.56, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.78.

Color convert

RGB245531-
CMYK0.5600.440.78
HSL133.55º39.24%15.49%-
HSV(B)133.55º56.36%21.57%-
XYZ1.993.031.78-
YUV43121.23114.45-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 21.82%
GREEN value IS 55 (21.88% from 255) = 50%
BLUE value IS 31 (12.5% from 255) = 28.18%
R=21.82%
G=50%
B=28.18%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal2455310.5600.440.78133.5539.2415.49
Hex18371F3802C4E8627f
Octal306737700541162064717
Binary110001101111111111100001011001001110100001101001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #18371F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #18371F; }

 p { color: rgb(24,55,31); }

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

<style>
 a { background-color: #18371F; }

 a { background-color: rgb(24,55,31); }

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

<style>
 span { border-color: #18371F; }

 span { border-color: rgb(24,55,31); }

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