#182E1A

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

Shades of Black Bean #182E1A

Tints of Black Bean #182E1A

Color information

#182E1A (or 0x182E1A) is unknown color: approx Black Bean. HEX triplet: 18, 2E and 1A. RGB value is (24,46,26). Sum of RGB (Red+Green+Blue) = 24+46+26=96 (12% of max value = 765). Red value is 24 (9.77% from 255 or 25% from 96); Green value is 46 (18.36% from 255 or 47.92% from 96); Blue value is 26 (10.55% from 255 or 27.08% from 96); Max value from RGB is 46 - color contains mainly: green. Hex color #182E1A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #182E1A is #E7D1E5. Grayscale: #252525. Windows color (decimal): -15192550 or 1715736. OLE color: 1715736.

HSL color Cylindrical-coordinate representation of color #182E1A: hue angle of 125.45º degrees, saturation: 0.31, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #182E1A is Cyan = 0.48, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.82.

Color convert

RGB244626-
CMYK0.4800.430.82
HSL125.45º31.43%13.73%-
HSV(B)125.45º47.83%18.04%-
XYZ1.542.221.33-
YUV37.14121.71118.63-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 25%
GREEN value IS 46 (18.36% from 255) = 47.92%
BLUE value IS 26 (10.55% from 255) = 27.08%
R=25%
G=47.92%
B=27.08%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.82
SystemRedGreenBlueCMYKHSL
Decimal2446260.4800.430.82125.4531.4313.73
Hex182E1A3002B527d1fe
Octal305632600531221753716
Binary1100010111011010110000010101110100101111101111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #182E1A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(24,46,26); }

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

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

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

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

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

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

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