#18321F

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

Shades of Deep Fir #18321F

Tints of Deep Fir #18321F

Color information

#18321F (or 0x18321F) is unknown color: approx Deep Fir. HEX triplet: 18, 32 and 1F. RGB value is (24,50,31). Sum of RGB (Red+Green+Blue) = 24+50+31=105 (13% of max value = 765). Red value is 24 (9.77% from 255 or 22.86% from 105); Green value is 50 (19.92% from 255 or 47.62% from 105); Blue value is 31 (12.5% from 255 or 29.52% from 105); Max value from RGB is 50 - color contains mainly: green. Hex color #18321F is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #18321F is #E7CDE0. Grayscale: #282828. Windows color (decimal): -15191521 or 2044440. OLE color: 2044440.

HSL color Cylindrical-coordinate representation of color #18321F: hue angle of 136.15º degrees, saturation: 0.35, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #18321F is Cyan = 0.52, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.80.

Color convert

RGB245031-
CMYK0.5200.380.80
HSL136.15º35.14%14.51%-
HSV(B)136.15º52%19.61%-
XYZ1.762.571.7-
YUV40.06122.89116.54-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 22.86%
GREEN value IS 50 (19.92% from 255) = 47.62%
BLUE value IS 31 (12.5% from 255) = 29.52%
R=22.86%
G=47.62%
B=29.52%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal2450310.5200.380.80136.1535.1414.51
Hex18321F34026508823f
Octal306237640461202104317
Binary110001100101111111010001001101010000100010001000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #18321F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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