#182218

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

Shades of Black Bean #182218

Tints of Black Bean #182218

Color information

#182218 (or 0x182218) is unknown color: approx Black Bean. HEX triplet: 18, 22 and 18. RGB value is (24,34,24). Sum of RGB (Red+Green+Blue) = 24+34+24=82 (10% of max value = 765). Red value is 24 (9.77% from 255 or 29.27% from 82); Green value is 34 (13.67% from 255 or 41.46% from 82); Blue value is 24 (9.77% from 255 or 29.27% from 82); Max value from RGB is 34 - color contains mainly: green. Hex color #182218 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #182218 is #E7DDE7. Grayscale: #1D1D1D. Windows color (decimal): -15195624 or 1581592. OLE color: 1581592.

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

Color convert

RGB243424-
CMYK0.2900.290.87
HSL120º17.24%11.37%-
HSV(B)120º29.41%13.33%-
XYZ1.111.41.08-
YUV29.87124.69123.81-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 29.27%
GREEN value IS 34 (13.67% from 255) = 41.46%
BLUE value IS 24 (9.77% from 255) = 29.27%
R=29.27%
G=41.46%
B=29.27%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.87
SystemRedGreenBlueCMYKHSL
Decimal2434240.2900.290.8712017.2411.37
Hex1822181D01D577811b
Octal304230350351271702113
Binary11000100010110001110101110110101111111000100011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #182218

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #182218; }

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

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

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

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

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

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

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

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