#10321C

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

Shades of Deep Fir #10321C

Tints of Deep Fir #10321C

Color information

#10321C (or 0x10321C) is unknown color: approx Deep Fir. HEX triplet: 10, 32 and 1C. RGB value is (16,50,28). Sum of RGB (Red+Green+Blue) = 16+50+28=94 (12% of max value = 765). Red value is 16 (6.64% from 255 or 17.02% from 94); Green value is 50 (19.92% from 255 or 53.19% from 94); Blue value is 28 (11.33% from 255 or 29.79% from 94); Max value from RGB is 50 - color contains mainly: green. Hex color #10321C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #10321C is #EFCDE3. Grayscale: #252525. Windows color (decimal): -15715812 or 1847824. OLE color: 1847824.

HSL color Cylindrical-coordinate representation of color #10321C: hue angle of 141.18º degrees, saturation: 0.52, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #10321C is Cyan = 0.68, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.80.

Color convert

RGB165028-
CMYK0.6800.440.80
HSL141.18º51.52%12.94%-
HSV(B)141.18º68%19.61%-
XYZ1.562.481.49-
YUV37.33122.74112.79-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 17.02%
GREEN value IS 50 (19.92% from 255) = 53.19%
BLUE value IS 28 (11.33% from 255) = 29.79%
R=17.02%
G=53.19%
B=29.79%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal1650280.6800.440.80141.1851.5212.94
Hex10321C4402C508d34d
Octal2062341040541202156415
Binary1000011001011100100010001011001010000100011011101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #10321C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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