#12321C

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

Shades of Deep Fir #12321C

Tints of Deep Fir #12321C

Color information

#12321C (or 0x12321C) is unknown color: approx Deep Fir. HEX triplet: 12, 32 and 1C. RGB value is (18,50,28). Sum of RGB (Red+Green+Blue) = 18+50+28=96 (12% of max value = 765). Red value is 18 (7.42% from 255 or 18.75% from 96); Green value is 50 (19.92% from 255 or 52.08% from 96); Blue value is 28 (11.33% from 255 or 29.17% from 96); Max value from RGB is 50 - color contains mainly: green. Hex color #12321C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #12321C is #EDCDE3. Grayscale: #252525. Windows color (decimal): -15584740 or 1847826. OLE color: 1847826.

HSL color Cylindrical-coordinate representation of color #12321C: hue angle of 138.75º 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 #12321C is Cyan = 0.64, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.80.

Color convert

RGB185028-
CMYK0.6400.440.80
HSL138.75º47.06%13.33%-
HSV(B)138.75º64%19.61%-
XYZ1.62.491.5-
YUV37.92122.4113.79-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 18.75%
GREEN value IS 50 (19.92% from 255) = 52.08%
BLUE value IS 28 (11.33% from 255) = 29.17%
R=18.75%
G=52.08%
B=29.17%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal1850280.6400.440.80138.7547.0613.33
Hex12321C4002C508b2fd
Octal2262341000541202135715
Binary1001011001011100100000001011001010000100010111011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #12321C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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