#141F18

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

Shades of Black Bean #141F18

Tints of Black Bean #141F18

Color information

#141F18 (or 0x141F18) is unknown color: approx Black Bean. HEX triplet: 14, 1F and 18. RGB value is (20,31,24). Sum of RGB (Red+Green+Blue) = 20+31+24=75 (9% of max value = 765). Red value is 20 (8.20% from 255 or 26.67% from 75); Green value is 31 (12.5% from 255 or 41.33% from 75); Blue value is 24 (9.77% from 255 or 32% from 75); Max value from RGB is 31 - color contains mainly: green. Hex color #141F18 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #141F18 is #EBE0E7. Grayscale: #1A1A1A. Windows color (decimal): -15458536 or 1580820. OLE color: 1580820.

HSL color Cylindrical-coordinate representation of color #141F18: hue angle of 141.82º degrees, saturation: 0.22, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.12% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #141F18 is Cyan = 0.35, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.88.

Color convert

RGB203124-
CMYK0.3500.230.88
HSL141.82º21.57%10%-
HSV(B)141.82º35.48%12.16%-
XYZ0.941.191.05-
YUV26.91126.36123.07-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 26.67%
GREEN value IS 31 (12.5% from 255) = 41.33%
BLUE value IS 24 (9.77% from 255) = 32%
R=26.67%
G=41.33%
B=32%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.88
SystemRedGreenBlueCMYKHSL
Decimal2031240.3500.230.88141.8221.5710
Hex141F1823017588e16a
Octal243730430271302162612
Binary101001111111000100011010111101100010001110101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #141F18

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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