#18291B

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

Shades of Black Bean #18291B

Tints of Black Bean #18291B

Color information

#18291B (or 0x18291B) is unknown color: approx Black Bean. HEX triplet: 18, 29 and 1B. RGB value is (24,41,27). Sum of RGB (Red+Green+Blue) = 24+41+27=92 (12% of max value = 765). Red value is 24 (9.77% from 255 or 26.09% from 92); Green value is 41 (16.41% from 255 or 44.57% from 92); Blue value is 27 (10.94% from 255 or 29.35% from 92); Max value from RGB is 41 - color contains mainly: green. Hex color #18291B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #18291B is #E7D6E4. Grayscale: #222222. Windows color (decimal): -15193829 or 1779992. OLE color: 1779992.

HSL color Cylindrical-coordinate representation of color #18291B: hue angle of 130.59º degrees, saturation: 0.26, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #18291B is Cyan = 0.41, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.84.

Color convert

RGB244127-
CMYK0.4100.340.84
HSL130.59º26.15%12.75%-
HSV(B)130.59º41.46%16.08%-
XYZ1.371.861.32-
YUV34.32123.87120.64-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 26.09%
GREEN value IS 41 (16.41% from 255) = 44.57%
BLUE value IS 27 (10.94% from 255) = 29.35%
R=26.09%
G=44.57%
B=29.35%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal2441270.4100.340.84130.5926.1512.75
Hex18291B2902254831ad
Octal305133510421242033215
Binary11000101001110111010010100010101010010000011110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #18291B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #18291B; }

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

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

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

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

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

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

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

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