#181918

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

Shades of Black Bean #181918

Tints of Black Bean #181918

Color information

#181918 (or 0x181918) is unknown color: approx Black Bean. HEX triplet: 18, 19 and 18. RGB value is (24,25,24). Sum of RGB (Red+Green+Blue) = 24+25+24=73 (9% of max value = 765). Red value is 24 (9.77% from 255 or 32.88% from 73); Green value is 25 (10.16% from 255 or 34.25% from 73); Blue value is 24 (9.77% from 255 or 32.88% from 73); Max value from RGB is 25 - color contains mainly: green. Hex color #181918 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #181918 is #E7E6E7. Grayscale: #181818. Windows color (decimal): -15197928 or 1579288. OLE color: 1579288.

HSL color Cylindrical-coordinate representation of color #181918: hue angle of 120º degrees, saturation: 0.02, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.1% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #181918 is Cyan = 0.04, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.90.

Color convert

RGB242524-
CMYK0.0400.040.90
HSL120º2.04%9.61%-
HSV(B)120º4%9.8%-
XYZ0.890.961-
YUV24.59127.67127.58-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 32.88%
GREEN value IS 25 (10.16% from 255) = 34.25%
BLUE value IS 24 (9.77% from 255) = 32.88%
R=32.88%
G=34.25%
B=32.88%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.90
SystemRedGreenBlueCMYKHSL
Decimal2425240.0400.040.901202.049.61
Hex1819184045A782a
Octal303130404132170212
Binary110001100111000100010010110101111000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #181918

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #181918; }

 p { color: rgb(24,25,24); }

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

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

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

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

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

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

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