#10351D

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

Shades of Deep Fir #10351D

Tints of Deep Fir #10351D

Color information

#10351D (or 0x10351D) is unknown color: approx Deep Fir. HEX triplet: 10, 35 and 1D. RGB value is (16,53,29). Sum of RGB (Red+Green+Blue) = 16+53+29=98 (12% of max value = 765). Red value is 16 (6.64% from 255 or 16.33% from 98); Green value is 53 (21.09% from 255 or 54.08% from 98); Blue value is 29 (11.72% from 255 or 29.59% from 98); Max value from RGB is 53 - color contains mainly: green. Hex color #10351D is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #10351D is #EFCAE2. Grayscale: #272727. Windows color (decimal): -15715043 or 1914128. OLE color: 1914128.

HSL color Cylindrical-coordinate representation of color #10351D: hue angle of 141.08º degrees, saturation: 0.54, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #10351D is Cyan = 0.70, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.79.

Color convert

RGB165329-
CMYK0.7000.450.79
HSL141.08º53.62%13.53%-
HSV(B)141.08º69.81%20.78%-
XYZ1.712.751.6-
YUV39.2122.24111.45-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 16.33%
GREEN value IS 53 (21.09% from 255) = 54.08%
BLUE value IS 29 (11.72% from 255) = 29.59%
R=16.33%
G=54.08%
B=29.59%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal1653290.7000.450.79141.0853.6213.53
Hex10351D4602D4F8d36e
Octal2065351060551172156616
Binary1000011010111101100011001011011001111100011011101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #10351D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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