#12311F

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

Shades of Deep Fir #12311F

Tints of Deep Fir #12311F

Color information

#12311F (or 0x12311F) is unknown color: approx Deep Fir. HEX triplet: 12, 31 and 1F. RGB value is (18,49,31). Sum of RGB (Red+Green+Blue) = 18+49+31=98 (12% of max value = 765). Red value is 18 (7.42% from 255 or 18.37% from 98); Green value is 49 (19.53% from 255 or 50% from 98); Blue value is 31 (12.5% from 255 or 31.63% from 98); Max value from RGB is 49 - color contains mainly: green. Hex color #12311F is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #12311F is #EDCEE0. Grayscale: #252525. Windows color (decimal): -15584993 or 2044178. OLE color: 2044178.

HSL color Cylindrical-coordinate representation of color #12311F: hue angle of 145.16º degrees, saturation: 0.46, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #12311F is Cyan = 0.63, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.81.

Color convert

RGB184931-
CMYK0.6300.370.81
HSL145.16º46.27%13.14%-
HSV(B)145.16º63.27%19.22%-
XYZ1.62.421.68-
YUV37.68124.23113.96-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 18.37%
GREEN value IS 49 (19.53% from 255) = 50%
BLUE value IS 31 (12.5% from 255) = 31.63%
R=18.37%
G=50%
B=31.63%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal1849310.6300.370.81145.1646.2713.14
Hex12311F3F02551912ed
Octal226137770451212215615
Binary100101100011111111111101001011010001100100011011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #12311F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(18,49,31); }

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

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

 a { background-color: rgb(18,49,31); }

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

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

 span { border-color: rgb(18,49,31); }

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