#182118

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

Shades of Black Bean #182118

Tints of Black Bean #182118

Color information

#182118 (or 0x182118) is unknown color: approx Black Bean. HEX triplet: 18, 21 and 18. RGB value is (24,33,24). Sum of RGB (Red+Green+Blue) = 24+33+24=81 (10% of max value = 765). Red value is 24 (9.77% from 255 or 29.63% from 81); Green value is 33 (13.28% from 255 or 40.74% from 81); Blue value is 24 (9.77% from 255 or 29.63% from 81); Max value from RGB is 33 - color contains mainly: green. Hex color #182118 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #182118 is #E7DEE7. Grayscale: #1D1D1D. Windows color (decimal): -15195880 or 1581336. OLE color: 1581336.

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

Color convert

RGB243324-
CMYK0.2700.270.87
HSL120º15.79%11.18%-
HSV(B)120º27.27%12.94%-
XYZ1.091.351.07-
YUV29.28125.02124.23-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 29.63%
GREEN value IS 33 (13.28% from 255) = 40.74%
BLUE value IS 24 (9.77% from 255) = 29.63%
R=29.63%
G=40.74%
B=29.63%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.87
SystemRedGreenBlueCMYKHSL
Decimal2433240.2700.270.8712015.7911.18
Hex1821181B01B577810b
Octal304130330331271702013
Binary11000100001110001101101101110101111111000100001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #182118

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #182118; }

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

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

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

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

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

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

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

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