#181A18

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

Shades of Black Bean #181A18

Tints of Black Bean #181A18

Color information

#181A18 (or 0x181A18) is unknown color: approx Black Bean. HEX triplet: 18, 1A and 18. RGB value is (24,26,24). Sum of RGB (Red+Green+Blue) = 24+26+24=74 (9% of max value = 765). Red value is 24 (9.77% from 255 or 32.43% from 74); Green value is 26 (10.55% from 255 or 35.14% from 74); Blue value is 24 (9.77% from 255 or 32.43% from 74); Max value from RGB is 26 - color contains mainly: green. Hex color #181A18 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #181A18 is #E7E5E7. Grayscale: #191919. Windows color (decimal): -15197672 or 1579544. OLE color: 1579544.

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

Color convert

RGB242624-
CMYK0.0800.080.90
HSL120º4%9.8%-
HSV(B)120º7.69%10.2%-
XYZ0.9111.01-
YUV25.17127.34127.16-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 32.43%
GREEN value IS 26 (10.55% from 255) = 35.14%
BLUE value IS 24 (9.77% from 255) = 32.43%
R=32.43%
G=35.14%
B=32.43%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.90
SystemRedGreenBlueCMYKHSL
Decimal2426240.0800.080.9012049.8
Hex181A188085A784a
Octal30323010010132170412
Binary110001101011000100001000101101011110001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #181A18

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #181A18; }

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

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

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

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

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

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

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

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