#18291C

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

Shades of Black Bean #18291C

Tints of Black Bean #18291C

Color information

#18291C (or 0x18291C) is unknown color: approx Black Bean. HEX triplet: 18, 29 and 1C. RGB value is (24,41,28). Sum of RGB (Red+Green+Blue) = 24+41+28=93 (12% of max value = 765). Red value is 24 (9.77% from 255 or 25.81% from 93); Green value is 41 (16.41% from 255 or 44.09% from 93); Blue value is 28 (11.33% from 255 or 30.11% from 93); Max value from RGB is 41 - color contains mainly: green. Hex color #18291C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #18291C is #E7D6E3. Grayscale: #222222. Windows color (decimal): -15193828 or 1845528. OLE color: 1845528.

HSL color Cylindrical-coordinate representation of color #18291C: hue angle of 134.12º 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 #18291C is Cyan = 0.41, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.84.

Color convert

RGB244128-
CMYK0.4100.320.84
HSL134.12º26.15%12.75%-
HSV(B)134.12º41.46%16.08%-
XYZ1.381.861.39-
YUV34.44124.37120.56-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 25.81%
GREEN value IS 41 (16.41% from 255) = 44.09%
BLUE value IS 28 (11.33% from 255) = 30.11%
R=25.81%
G=44.09%
B=30.11%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal2441280.4100.320.84134.1226.1512.75
Hex18291C2902054861ad
Octal305134510401242063215
Binary11000101001111001010010100000101010010000110110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #18291C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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