#141B11

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

Shades of Black Forest #141B11

Tints of Black Forest #141B11

Color information

#141B11 (or 0x141B11) is unknown color: approx Black Forest. HEX triplet: 14, 1B and 11. RGB value is (20,27,17). Sum of RGB (Red+Green+Blue) = 20+27+17=64 (8% of max value = 765). Red value is 20 (8.20% from 255 or 31.25% from 64); Green value is 27 (10.94% from 255 or 42.19% from 64); Blue value is 17 (7.03% from 255 or 26.56% from 64); Max value from RGB is 27 - color contains mainly: green. Hex color #141B11 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #141B11 is #EBE4EE. Grayscale: #171717. Windows color (decimal): -15459567 or 1121044. OLE color: 1121044.

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

Color convert

RGB202717-
CMYK0.2600.370.89
HSL102º22.73%8.63%-
HSV(B)102º37.04%10.59%-
XYZ0.780.970.68-
YUV23.77124.18125.31-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 31.25%
GREEN value IS 27 (10.94% from 255) = 42.19%
BLUE value IS 17 (7.03% from 255) = 26.56%
R=31.25%
G=42.19%
B=26.56%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.89
SystemRedGreenBlueCMYKHSL
Decimal2027170.2600.370.8910222.738.63
Hex141B111A0255966179
Octal243321320451311462711
Binary10100110111000111010010010110110011100110101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #141B11

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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