Html Css Color HEX #181E1A Black Bean

📋 copy color: '#181E1A'

red 24 ◦ green 30 ◦ blue 26

#181E1A
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Black Bean #181E1A

Tints of Black Bean #181E1A

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 value IS 0.20

 M value IS 0

 Y value IS 0.13

 K value IS 0.88

RGB Variations

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

Color information

#181E1A (or 0x181E1A) is known color: 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

RGB 24 30 26 -
CMYK 0.20 0 0.13 0.88
HSL 140º 0.11% 0.11% -
HSV(B) 140º 0.2% 0.12% -
XYZ 1.03 1.2 1.15 -
YUV 27.75 127.01 125.33 -
System Red Green Blue C M Y K H S L
Decimal 24 30 26 0.20 0 0.13 0.88 140 0.11 0.11
Hex 18 1E 1A 14 0 D 58 8C B B
Octal 30 36 32 24 0 15 130 214 13 13
Binary 11000 11110 11010 10100 0 1101 1011000 10001100 1011 1011

Color Harmonies of #181E1A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #181E1A

Black with #181E1A

Text Example


Text Example

White with #181E1A

Text Example


Text Example

HTML Codes & Css Web 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>