#141A15

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

Shades of Black Bean #141A15

Tints of Black Bean #141A15

Color information

#141A15 (or 0x141A15) is unknown color: approx Black Bean. HEX triplet: 14, 1A and 15. RGB value is (20,26,21). Sum of RGB (Red+Green+Blue) = 20+26+21=67 (8% of max value = 765). Red value is 20 (8.20% from 255 or 29.85% from 67); Green value is 26 (10.55% from 255 or 38.81% from 67); Blue value is 21 (8.59% from 255 or 31.34% from 67); Max value from RGB is 26 - color contains mainly: green. Hex color #141A15 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #141A15 is #EBE5EA. Grayscale: #171717. Windows color (decimal): -15459819 or 1382932. OLE color: 1382932.

HSL color Cylindrical-coordinate representation of color #141A15: hue angle of 130º degrees, saturation: 0.13, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.1% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #141A15 is Cyan = 0.23, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.90.

Color convert

RGB202621-
CMYK0.2300.190.90
HSL130º13.04%9.02%-
HSV(B)130º23.08%10.2%-
XYZ0.790.940.85-
YUV23.64126.51125.41-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 29.85%
GREEN value IS 26 (10.55% from 255) = 38.81%
BLUE value IS 21 (8.59% from 255) = 31.34%
R=29.85%
G=38.81%
B=31.34%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.90
SystemRedGreenBlueCMYKHSL
Decimal2026210.2300.190.9013013.049.02
Hex141A15170135A82d9
Octal243225270231322021511
Binary1010011010101011011101001110110101000001011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #141A15

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(20,26,21); }

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

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

 a { background-color: rgb(20,26,21); }

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

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

 span { border-color: rgb(20,26,21); }

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