#18351F

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

Shades of Deep Fir #18351F

Tints of Deep Fir #18351F

Color information

#18351F (or 0x18351F) is unknown color: approx Deep Fir. HEX triplet: 18, 35 and 1F. RGB value is (24,53,31). Sum of RGB (Red+Green+Blue) = 24+53+31=108 (14% of max value = 765). Red value is 24 (9.77% from 255 or 22.22% from 108); Green value is 53 (21.09% from 255 or 49.07% from 108); Blue value is 31 (12.5% from 255 or 28.70% from 108); Max value from RGB is 53 - color contains mainly: green. Hex color #18351F is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #18351F is #E7CAE0. Grayscale: #292929. Windows color (decimal): -15190753 or 2045208. OLE color: 2045208.

HSL color Cylindrical-coordinate representation of color #18351F: hue angle of 134.48º degrees, saturation: 0.38, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #18351F is Cyan = 0.55, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.79.

Color convert

RGB245331-
CMYK0.5500.420.79
HSL134.48º37.66%15.1%-
HSV(B)134.48º54.72%20.78%-
XYZ1.92.841.74-
YUV41.82121.89115.29-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 22.22%
GREEN value IS 53 (21.09% from 255) = 49.07%
BLUE value IS 31 (12.5% from 255) = 28.70%
R=22.22%
G=49.07%
B=28.70%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal2453310.5500.420.79134.4837.6615.1
Hex18351F3702A4F8626f
Octal306537670521172064617
Binary110001101011111111011101010101001111100001101001101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #18351F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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