Html Css Color HEX #181A18 Black Bean

📋 copy color: '#181A18'

red 24 ◦ green 26 ◦ blue 24

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

Shades of Black Bean #181A18

Tints of Black Bean #181A18

RGB

 RED value IS 24 (9.77% from 255) = 32.43%

 GREEN value IS 26 (10.55% from 255) = 35.14%

 BLUE value IS 24 (9.77% from 255) = 32.43%

R = 32.43%
G = 35.14%
B = 32.43%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.08

 K value IS 0.90

RGB Variations

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

Color information

#181A18 (or 0x181A18) is known color: Black Bean. HEX triplet: 18, 1A and 18. RGB value is (24,26,24). Sum of RGB (Red+Green+Blue) = 24+26+24=74 (9% of max value = 765). Red value is 24 (9.77% from 255 or 32.43% from 74); Green value is 26 (10.55% from 255 or 35.14% from 74); Blue value is 24 (9.77% from 255 or 32.43% from 74); Max value from RGB is 26 - color contains mainly: green. Hex color #181A18 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #181A18 is #E7E5E7. Grayscale: #191919. Windows color (decimal): -15197672 or 1579544. OLE color: 1579544.

HSL color Cylindrical-coordinate representation of color #181A18: hue angle of 120º degrees, saturation: 0.04, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.1% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #181A18 is Cyan = 0.08, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.90.

Color convert

RGB 24 26 24 -
CMYK 0.08 0 0.08 0.90
HSL 120º 0.04% 0.1% -
HSV(B) 120º 0.08% 0.1% -
XYZ 0.91 1 1.01 -
YUV 25.17 127.34 127.16 -
System Red Green Blue C M Y K H S L
Decimal 24 26 24 0.08 0 0.08 0.90 120 0.04 0.1
Hex 18 1A 18 8 0 8 5A 78 4 A
Octal 30 32 30 10 0 10 132 170 4 12
Binary 11000 11010 11000 1000 0 1000 1011010 1111000 100 1010

Color Harmonies of #181A18

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #181A18

Black with #181A18

Text Example


Text Example

White with #181A18

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #181A18;
 }
 .AnyTagClassName
 {
   color: #181A18;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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