#182A1D

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

Shades of Black Bean #182A1D

Tints of Black Bean #182A1D

Color information

#182A1D (or 0x182A1D) is unknown color: approx Black Bean. HEX triplet: 18, 2A and 1D. RGB value is (24,42,29). Sum of RGB (Red+Green+Blue) = 24+42+29=95 (12% of max value = 765). Red value is 24 (9.77% from 255 or 25.26% from 95); Green value is 42 (16.80% from 255 or 44.21% from 95); Blue value is 29 (11.72% from 255 or 30.53% from 95); Max value from RGB is 42 - color contains mainly: green. Hex color #182A1D is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #182A1D is #E7D5E2. Grayscale: #232323. Windows color (decimal): -15193571 or 1911320. OLE color: 1911320.

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

Color convert

RGB244229-
CMYK0.4300.310.84
HSL136.67º27.27%12.94%-
HSV(B)136.67º42.86%16.47%-
XYZ1.431.941.46-
YUV35.14124.54120.06-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 25.26%
GREEN value IS 42 (16.80% from 255) = 44.21%
BLUE value IS 29 (11.72% from 255) = 30.53%
R=25.26%
G=44.21%
B=30.53%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal2442290.4300.310.84136.6727.2712.94
Hex182A1D2B01F54891bd
Octal305235530371242113315
Binary1100010101011101101011011111101010010001001110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #182A1D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #182A1D; }

 p { color: rgb(24,42,29); }

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

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

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

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

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

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

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