#10391F

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

Shades of Deep Fir #10391F

Tints of Deep Fir #10391F

Color information

#10391F (or 0x10391F) is unknown color: approx Deep Fir. HEX triplet: 10, 39 and 1F. RGB value is (16,57,31). Sum of RGB (Red+Green+Blue) = 16+57+31=104 (13% of max value = 765). Red value is 16 (6.64% from 255 or 15.38% from 104); Green value is 57 (22.66% from 255 or 54.81% from 104); Blue value is 31 (12.5% from 255 or 29.81% from 104); Max value from RGB is 57 - color contains mainly: green. Hex color #10391F is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #10391F is #EFC6E0. Grayscale: #292929. Windows color (decimal): -15714017 or 2046224. OLE color: 2046224.

HSL color Cylindrical-coordinate representation of color #10391F: hue angle of 141.95º degrees, saturation: 0.56, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #10391F is Cyan = 0.72, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.78.

Color convert

RGB165731-
CMYK0.7200.460.78
HSL141.95º56.16%14.31%-
HSV(B)141.95º71.93%22.35%-
XYZ1.923.141.8-
YUV41.78121.92109.61-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 15.38%
GREEN value IS 57 (22.66% from 255) = 54.81%
BLUE value IS 31 (12.5% from 255) = 29.81%
R=15.38%
G=54.81%
B=29.81%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal1657310.7200.460.78141.9556.1614.31
Hex10391F4802E4E8e38e
Octal2071371100561162167016
Binary1000011100111111100100001011101001110100011101110001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #10391F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #10391F; }

 p { color: rgb(16,57,31); }

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

<style>
 a { background-color: #10391F; }

 a { background-color: rgb(16,57,31); }

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

<style>
 span { border-color: #10391F; }

 span { border-color: rgb(16,57,31); }

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