#141D17

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

Shades of Black Bean #141D17

Tints of Black Bean #141D17

Color information

#141D17 (or 0x141D17) is unknown color: approx Black Bean. HEX triplet: 14, 1D and 17. RGB value is (20,29,23). Sum of RGB (Red+Green+Blue) = 20+29+23=72 (9% of max value = 765). Red value is 20 (8.20% from 255 or 27.78% from 72); Green value is 29 (11.72% from 255 or 40.28% from 72); Blue value is 23 (9.38% from 255 or 31.94% from 72); Max value from RGB is 29 - color contains mainly: green. Hex color #141D17 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #141D17 is #EBE2E8. Grayscale: #191919. Windows color (decimal): -15459049 or 1514772. OLE color: 1514772.

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

Color convert

RGB202923-
CMYK0.3100.210.89
HSL140º18.37%9.61%-
HSV(B)140º31.03%11.37%-
XYZ0.881.090.97-
YUV25.62126.52123.99-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 27.78%
GREEN value IS 29 (11.72% from 255) = 40.28%
BLUE value IS 23 (9.38% from 255) = 31.94%
R=27.78%
G=40.28%
B=31.94%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.89
SystemRedGreenBlueCMYKHSL
Decimal2029230.3100.210.8914018.379.61
Hex141D171F015598c12a
Octal243527370251312142212
Binary10100111011011111111010101101100110001100100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #141D17

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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