#10301C

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

Shades of Deep Fir #10301C

Tints of Deep Fir #10301C

Color information

#10301C (or 0x10301C) is unknown color: approx Deep Fir. HEX triplet: 10, 30 and 1C. RGB value is (16,48,28). Sum of RGB (Red+Green+Blue) = 16+48+28=92 (12% of max value = 765). Red value is 16 (6.64% from 255 or 17.39% from 92); Green value is 48 (19.14% from 255 or 52.17% from 92); Blue value is 28 (11.33% from 255 or 30.43% from 92); Max value from RGB is 48 - color contains mainly: green. Hex color #10301C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #10301C is #EFCFE3. Grayscale: #242424. Windows color (decimal): -15716324 or 1847312. OLE color: 1847312.

HSL color Cylindrical-coordinate representation of color #10301C: hue angle of 142.5º degrees, saturation: 0.5, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #10301C is Cyan = 0.67, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.81.

Color convert

RGB164828-
CMYK0.6700.420.81
HSL142.5º50%12.55%-
HSV(B)142.5º66.67%18.82%-
XYZ1.482.311.47-
YUV36.15123.4113.63-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 17.39%
GREEN value IS 48 (19.14% from 255) = 52.17%
BLUE value IS 28 (11.33% from 255) = 30.43%
R=17.39%
G=52.17%
B=30.43%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal1648280.6700.420.81142.55012.55
Hex10301C4302A518e32d
Octal2060341030521212166215
Binary1000011000011100100001101010101010001100011101100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #10301C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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