#141815

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

Shades of Black Bean #141815

Tints of Black Bean #141815

Color information

#141815 (or 0x141815) is unknown color: approx Black Bean. HEX triplet: 14, 18 and 15. RGB value is (20,24,21). Sum of RGB (Red+Green+Blue) = 20+24+21=65 (8% of max value = 765). Red value is 20 (8.20% from 255 or 30.77% from 65); Green value is 24 (9.77% from 255 or 36.92% from 65); Blue value is 21 (8.59% from 255 or 32.31% from 65); Max value from RGB is 24 - color contains mainly: green. Hex color #141815 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #141815 is #EBE7EA. Grayscale: #161616. Windows color (decimal): -15460331 or 1382420. OLE color: 1382420.

HSL color Cylindrical-coordinate representation of color #141815: hue angle of 135º degrees, saturation: 0.09, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.09% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #141815 is Cyan = 0.17, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.91.

Color convert

RGB202421-
CMYK0.1700.130.91
HSL135º9.09%8.63%-
HSV(B)135º16.67%9.41%-
XYZ0.750.860.84-
YUV22.46127.17126.24-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 30.77%
GREEN value IS 24 (9.77% from 255) = 36.92%
BLUE value IS 21 (8.59% from 255) = 32.31%
R=30.77%
G=36.92%
B=32.31%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.91
SystemRedGreenBlueCMYKHSL
Decimal2024210.1700.130.911359.098.63
Hex141815110D5B8799
Octal243025210151332071111
Binary101001100010101100010110110110111000011110011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #141815

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #141815; }

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

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

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

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

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

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

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

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