#181E1A

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

Shades of Black Bean #181E1A

Tints of Black Bean #181E1A

Color information

#181E1A (or 0x181E1A) is unknown color: approx Black Bean. HEX triplet: 18, 1E and 1A. RGB value is (24,30,26). Sum of RGB (Red+Green+Blue) = 24+30+26=80 (10% of max value = 765). Red value is 24 (9.77% from 255 or 30% from 80); Green value is 30 (12.11% from 255 or 37.5% from 80); Blue value is 26 (10.55% from 255 or 32.5% from 80); Max value from RGB is 30 - color contains mainly: green. Hex color #181E1A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #181E1A is #E7E1E5. Grayscale: #1B1B1B. Windows color (decimal): -15196646 or 1711640. OLE color: 1711640.

HSL color Cylindrical-coordinate representation of color #181E1A: hue angle of 140º degrees, saturation: 0.11, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.12% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #181E1A is Cyan = 0.20, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.88.

Color convert

RGB243026-
CMYK0.2000.130.88
HSL140º11.11%10.59%-
HSV(B)140º20%11.76%-
XYZ1.031.21.15-
YUV27.75127.01125.33-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 30%
GREEN value IS 30 (12.11% from 255) = 37.5%
BLUE value IS 26 (10.55% from 255) = 32.5%
R=30%
G=37.5%
B=32.5%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.88
SystemRedGreenBlueCMYKHSL
Decimal2430260.2000.130.8814011.1110.59
Hex181E1A140D588cbb
Octal303632240151302141313
Binary110001111011010101000110110110001000110010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #181E1A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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