#182B1B

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

Shades of Black Bean #182B1B

Tints of Black Bean #182B1B

Color information

#182B1B (or 0x182B1B) is unknown color: approx Black Bean. HEX triplet: 18, 2B and 1B. RGB value is (24,43,27). Sum of RGB (Red+Green+Blue) = 24+43+27=94 (12% of max value = 765). Red value is 24 (9.77% from 255 or 25.53% from 94); Green value is 43 (17.19% from 255 or 45.74% from 94); Blue value is 27 (10.94% from 255 or 28.72% from 94); Max value from RGB is 43 - color contains mainly: green. Hex color #182B1B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #182B1B is #E7D4E4. Grayscale: #232323. Windows color (decimal): -15193317 or 1780504. OLE color: 1780504.

HSL color Cylindrical-coordinate representation of color #182B1B: hue angle of 129.47º degrees, saturation: 0.28, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.17% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #182B1B is Cyan = 0.44, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.83.

Color convert

RGB244327-
CMYK0.4400.370.83
HSL129.47º28.36%13.14%-
HSV(B)129.47º44.19%16.86%-
XYZ1.4421.35-
YUV35.5123.21119.8-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 25.53%
GREEN value IS 43 (17.19% from 255) = 45.74%
BLUE value IS 27 (10.94% from 255) = 28.72%
R=25.53%
G=45.74%
B=28.72%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.83
SystemRedGreenBlueCMYKHSL
Decimal2443270.4400.370.83129.4728.3613.14
Hex182B1B2C02553811cd
Octal305333540451232013415
Binary11000101011110111011000100101101001110000001111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #182B1B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(24,43,27); }

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

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

 a { background-color: rgb(24,43,27); }

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

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

 span { border-color: rgb(24,43,27); }

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