#10301D

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

Shades of Deep Fir #10301D

Tints of Deep Fir #10301D

Color information

#10301D (or 0x10301D) is unknown color: approx Deep Fir. HEX triplet: 10, 30 and 1D. RGB value is (16,48,29). Sum of RGB (Red+Green+Blue) = 16+48+29=93 (12% of max value = 765). Red value is 16 (6.64% from 255 or 17.20% from 93); Green value is 48 (19.14% from 255 or 51.61% from 93); Blue value is 29 (11.72% from 255 or 31.18% from 93); Max value from RGB is 48 - color contains mainly: green. Hex color #10301D is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #10301D is #EFCFE2. Grayscale: #242424. Windows color (decimal): -15716323 or 1912848. OLE color: 1912848.

HSL color Cylindrical-coordinate representation of color #10301D: hue angle of 144.38º 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 #10301D is Cyan = 0.67, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.81.

Color convert

RGB164829-
CMYK0.6700.400.81
HSL144.38º50%12.55%-
HSV(B)144.38º66.67%18.82%-
XYZ1.492.311.53-
YUV36.27123.9113.54-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 17.20%
GREEN value IS 48 (19.14% from 255) = 51.61%
BLUE value IS 29 (11.72% from 255) = 31.18%
R=17.20%
G=51.61%
B=31.18%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal1648290.6700.400.81144.385012.55
Hex10301D43028519032d
Octal2060351030501212206215
Binary1000011000011101100001101010001010001100100001100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #10301D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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