#12321F

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

Shades of Deep Fir #12321F

Tints of Deep Fir #12321F

Color information

#12321F (or 0x12321F) is unknown color: approx Deep Fir. HEX triplet: 12, 32 and 1F. RGB value is (18,50,31). Sum of RGB (Red+Green+Blue) = 18+50+31=99 (13% of max value = 765). Red value is 18 (7.42% from 255 or 18.18% from 99); Green value is 50 (19.92% from 255 or 50.51% from 99); Blue value is 31 (12.5% from 255 or 31.31% from 99); Max value from RGB is 50 - color contains mainly: green. Hex color #12321F is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #12321F is #EDCDE0. Grayscale: #262626. Windows color (decimal): -15584737 or 2044434. OLE color: 2044434.

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

Color convert

RGB185031-
CMYK0.6400.380.80
HSL144.38º47.06%13.33%-
HSV(B)144.38º64%19.61%-
XYZ1.642.511.69-
YUV38.27123.9113.54-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 18.18%
GREEN value IS 50 (19.92% from 255) = 50.51%
BLUE value IS 31 (12.5% from 255) = 31.31%
R=18.18%
G=50.51%
B=31.31%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal1850310.6400.380.80144.3847.0613.33
Hex12321F4002650902fd
Octal2262371000461202205715
Binary1001011001011111100000001001101010000100100001011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #12321F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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