#18381F

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

Shades of Deep Fir #18381F

Tints of Deep Fir #18381F

Color information

#18381F (or 0x18381F) is unknown color: approx Deep Fir. HEX triplet: 18, 38 and 1F. RGB value is (24,56,31). Sum of RGB (Red+Green+Blue) = 24+56+31=111 (14% of max value = 765). Red value is 24 (9.77% from 255 or 21.62% from 111); Green value is 56 (22.27% from 255 or 50.45% from 111); Blue value is 31 (12.5% from 255 or 27.93% from 111); Max value from RGB is 56 - color contains mainly: green. Hex color #18381F is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #18381F is #E7C7E0. Grayscale: #2B2B2B. Windows color (decimal): -15189985 or 2045976. OLE color: 2045976.

HSL color Cylindrical-coordinate representation of color #18381F: hue angle of 133.12º degrees, saturation: 0.4, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #18381F is Cyan = 0.57, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.78.

Color convert

RGB245631-
CMYK0.5700.450.78
HSL133.12º40%15.69%-
HSV(B)133.12º57.14%21.96%-
XYZ2.043.121.79-
YUV43.58120.9114.03-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 21.62%
GREEN value IS 56 (22.27% from 255) = 50.45%
BLUE value IS 31 (12.5% from 255) = 27.93%
R=21.62%
G=50.45%
B=27.93%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal2456310.5700.450.78133.124015.69
Hex18381F3902D4E852810
Octal307037710551162055020
Binary1100011100011111111001010110110011101000010110100010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #18381F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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