#181B18

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

Shades of Black Bean #181B18

Tints of Black Bean #181B18

Color information

#181B18 (or 0x181B18) is unknown color: approx Black Bean. HEX triplet: 18, 1B and 18. RGB value is (24,27,24). Sum of RGB (Red+Green+Blue) = 24+27+24=75 (9% of max value = 765). Red value is 24 (9.77% from 255 or 32% from 75); Green value is 27 (10.94% from 255 or 36% from 75); Blue value is 24 (9.77% from 255 or 32% from 75); Max value from RGB is 27 - color contains mainly: green. Hex color #181B18 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #181B18 is #E7E4E7. Grayscale: #191919. Windows color (decimal): -15197416 or 1579800. OLE color: 1579800.

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

Color convert

RGB242724-
CMYK0.1100.110.89
HSL120º5.88%10%-
HSV(B)120º11.11%10.59%-
XYZ0.931.041.02-
YUV25.76127.01126.74-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 32%
GREEN value IS 27 (10.94% from 255) = 36%
BLUE value IS 24 (9.77% from 255) = 32%
R=32%
G=36%
B=32%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.89
SystemRedGreenBlueCMYKHSL
Decimal2427240.1100.110.891205.8810
Hex181B18B0B59786a
Octal30333013013131170612
Binary110001101111000101101011101100111110001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #181B18

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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