#181C18

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

Shades of Black Bean #181C18

Tints of Black Bean #181C18

Color information

#181C18 (or 0x181C18) is unknown color: approx Black Bean. HEX triplet: 18, 1C and 18. RGB value is (24,28,24). Sum of RGB (Red+Green+Blue) = 24+28+24=76 (10% of max value = 765). Red value is 24 (9.77% from 255 or 31.58% from 76); Green value is 28 (11.33% from 255 or 36.84% from 76); Blue value is 24 (9.77% from 255 or 31.58% from 76); Max value from RGB is 28 - color contains mainly: green. Hex color #181C18 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #181C18 is #E7E3E7. Grayscale: #1A1A1A. Windows color (decimal): -15197160 or 1580056. OLE color: 1580056.

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

Color convert

RGB242824-
CMYK0.1400.140.89
HSL120º7.69%10.2%-
HSV(B)120º14.29%10.98%-
XYZ0.961.091.02-
YUV26.35126.67126.33-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 31.58%
GREEN value IS 28 (11.33% from 255) = 36.84%
BLUE value IS 24 (9.77% from 255) = 31.58%
R=31.58%
G=36.84%
B=31.58%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.89
SystemRedGreenBlueCMYKHSL
Decimal2428240.1400.140.891207.6910.2
Hex181C18E0E59788a
Octal303430160161311701012
Binary1100011100110001110011101011001111100010001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #181C18

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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