#182E1E

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

Shades of Black Bean #182E1E

Tints of Black Bean #182E1E

Color information

#182E1E (or 0x182E1E) is unknown color: approx Black Bean. HEX triplet: 18, 2E and 1E. RGB value is (24,46,30). Sum of RGB (Red+Green+Blue) = 24+46+30=100 (13% of max value = 765). Red value is 24 (9.77% from 255 or 24% from 100); Green value is 46 (18.36% from 255 or 46% from 100); Blue value is 30 (12.11% from 255 or 30% from 100); Max value from RGB is 46 - color contains mainly: green. Hex color #182E1E is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #182E1E is #E7D1E1. Grayscale: #252525. Windows color (decimal): -15192546 or 1977880. OLE color: 1977880.

HSL color Cylindrical-coordinate representation of color #182E1E: hue angle of 136.36º 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 #182E1E is Cyan = 0.48, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.82.

Color convert

RGB244630-
CMYK0.4800.350.82
HSL136.36º31.43%13.73%-
HSV(B)136.36º47.83%18.04%-
XYZ1.592.241.58-
YUV37.6123.71118.3-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 24%
GREEN value IS 46 (18.36% from 255) = 46%
BLUE value IS 30 (12.11% from 255) = 30%
R=24%
G=46%
B=30%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.82
SystemRedGreenBlueCMYKHSL
Decimal2446300.4800.350.82136.3631.4313.73
Hex182E1E3002352881fe
Octal305636600431222103716
Binary11000101110111101100000100011101001010001000111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #182E1E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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