#141C11

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

Shades of Black Forest #141C11

Tints of Black Forest #141C11

Color information

#141C11 (or 0x141C11) is unknown color: approx Black Forest. HEX triplet: 14, 1C and 11. RGB value is (20,28,17). Sum of RGB (Red+Green+Blue) = 20+28+17=65 (8% of max value = 765). Red value is 20 (8.20% from 255 or 30.77% from 65); Green value is 28 (11.33% from 255 or 43.08% from 65); Blue value is 17 (7.03% from 255 or 26.15% from 65); Max value from RGB is 28 - color contains mainly: green. Hex color #141C11 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #141C11 is #EBE3EE. Grayscale: #181818. Windows color (decimal): -15459311 or 1121300. OLE color: 1121300.

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

Color convert

RGB202817-
CMYK0.2900.390.89
HSL103.64º24.44%8.82%-
HSV(B)103.64º39.29%10.98%-
XYZ0.81.020.68-
YUV24.35123.85124.89-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 30.77%
GREEN value IS 28 (11.33% from 255) = 43.08%
BLUE value IS 17 (7.03% from 255) = 26.15%
R=30.77%
G=43.08%
B=26.15%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.89
SystemRedGreenBlueCMYKHSL
Decimal2028170.2900.390.89103.6424.448.82
Hex141C111D0275968189
Octal243421350471311503011
Binary10100111001000111101010011110110011101000110001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #141C11

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(20,28,17); }

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

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

 a { background-color: rgb(20,28,17); }

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

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

 span { border-color: rgb(20,28,17); }

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