#141D10

Color #141D10 Black Forest (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Black Forest #141D10

Tints of Black Forest #141D10

Color information

#141D10 (or 0x141D10) is unknown color: approx Black Forest. HEX triplet: 14, 1D and 10. RGB value is (20,29,16). Sum of RGB (Red+Green+Blue) = 20+29+16=65 (8% of max value = 765). Red value is 20 (8.20% from 255 or 30.77% from 65); Green value is 29 (11.72% from 255 or 44.62% from 65); Blue value is 16 (6.64% from 255 or 24.62% from 65); Max value from RGB is 29 - color contains mainly: green. Hex color #141D10 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #141D10 is #EBE2EF. Grayscale: #181818. Windows color (decimal): -15459056 or 1056020. OLE color: 1056020.

HSL color Cylindrical-coordinate representation of color #141D10: hue angle of 101.54º degrees, saturation: 0.29, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #141D10 is Cyan = 0.31, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.89.

Color convert

RGB202916-
CMYK0.3100.450.89
HSL101.54º28.89%8.82%-
HSV(B)101.54º44.83%11.37%-
XYZ0.821.060.65-
YUV24.83123.02124.56-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 30.77%
GREEN value IS 29 (11.72% from 255) = 44.62%
BLUE value IS 16 (6.64% from 255) = 24.62%
R=30.77%
G=44.62%
B=24.62%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.89
SystemRedGreenBlueCMYKHSL
Decimal2029160.3100.450.89101.5428.898.82
Hex141D101F02D59661d9
Octal243520370551311463511
Binary10100111011000011111010110110110011100110111011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #141D10

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #141D10; }

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

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

<style>
 a { background-color: #141D10; }

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

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

<style>
 span { border-color: #141D10; }

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

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