#18381E

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

Shades of Deep Fir #18381E

Tints of Deep Fir #18381E

Color information

#18381E (or 0x18381E) is unknown color: approx Deep Fir. HEX triplet: 18, 38 and 1E. RGB value is (24,56,30). Sum of RGB (Red+Green+Blue) = 24+56+30=110 (14% of max value = 765). Red value is 24 (9.77% from 255 or 21.82% from 110); Green value is 56 (22.27% from 255 or 50.91% from 110); Blue value is 30 (12.11% from 255 or 27.27% from 110); Max value from RGB is 56 - color contains mainly: green. Hex color #18381E is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #18381E is #E7C7E1. Grayscale: #2B2B2B. Windows color (decimal): -15189986 or 1980440. OLE color: 1980440.

HSL color Cylindrical-coordinate representation of color #18381E: hue angle of 131.25º 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 #18381E is Cyan = 0.57, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.78.

Color convert

RGB245630-
CMYK0.5700.460.78
HSL131.25º40%15.69%-
HSV(B)131.25º57.14%21.96%-
XYZ2.033.121.72-
YUV43.47120.4114.11-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 21.82%
GREEN value IS 56 (22.27% from 255) = 50.91%
BLUE value IS 30 (12.11% from 255) = 27.27%
R=21.82%
G=50.91%
B=27.27%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal2456300.5700.460.78131.254015.69
Hex18381E3902E4E832810
Octal307036710561162035020
Binary1100011100011110111001010111010011101000001110100010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #18381E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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