#182E1D

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

Shades of Black Bean #182E1D

Tints of Black Bean #182E1D

Color information

#182E1D (or 0x182E1D) is unknown color: approx Black Bean. HEX triplet: 18, 2E and 1D. RGB value is (24,46,29). Sum of RGB (Red+Green+Blue) = 24+46+29=99 (13% of max value = 765). Red value is 24 (9.77% from 255 or 24.24% from 99); Green value is 46 (18.36% from 255 or 46.46% from 99); Blue value is 29 (11.72% from 255 or 29.29% from 99); Max value from RGB is 46 - color contains mainly: green. Hex color #182E1D is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #182E1D is #E7D1E2. Grayscale: #252525. Windows color (decimal): -15192547 or 1912344. OLE color: 1912344.

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

Color convert

RGB244629-
CMYK0.4800.370.82
HSL133.64º31.43%13.73%-
HSV(B)133.64º47.83%18.04%-
XYZ1.582.241.51-
YUV37.48123.21118.38-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 24.24%
GREEN value IS 46 (18.36% from 255) = 46.46%
BLUE value IS 29 (11.72% from 255) = 29.29%
R=24.24%
G=46.46%
B=29.29%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.82
SystemRedGreenBlueCMYKHSL
Decimal2446290.4800.370.82133.6431.4313.73
Hex182E1D3002552861fe
Octal305635600451222063716
Binary11000101110111011100000100101101001010000110111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #182E1D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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