#10411F

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

Shades of Deep Fir #10411F

Tints of Deep Fir #10411F

Color information

#10411F (or 0x10411F) is unknown color: approx Deep Fir. HEX triplet: 10, 41 and 1F. RGB value is (16,65,31). Sum of RGB (Red+Green+Blue) = 16+65+31=112 (14% of max value = 765). Red value is 16 (6.64% from 255 or 14.29% from 112); Green value is 65 (25.78% from 255 or 58.04% from 112); Blue value is 31 (12.5% from 255 or 27.68% from 112); Max value from RGB is 65 - color contains mainly: green. Hex color #10411F is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #10411F is #EFBEE0. Grayscale: #2E2E2E. Windows color (decimal): -15711969 or 2048272. OLE color: 2048272.

HSL color Cylindrical-coordinate representation of color #10411F: hue angle of 138.37º degrees, saturation: 0.6, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #10411F is Cyan = 0.75, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.75.

Color convert

RGB166531-
CMYK0.7500.520.75
HSL138.37º60.49%15.88%-
HSV(B)138.37º75.38%25.49%-
XYZ2.353.991.94-
YUV46.47119.27106.26-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 14.29%
GREEN value IS 65 (25.78% from 255) = 58.04%
BLUE value IS 31 (12.5% from 255) = 27.68%
R=14.29%
G=58.04%
B=27.68%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0
Y (Yellow) values IS 0.52
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal1665310.7500.520.75138.3760.4915.88
Hex10411F4B0344B8a3c10
Octal20101371130641132127420
Binary100001000001111111001011011010010010111000101011110010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #10411F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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