Html Css Color HEX #182518 Black Bean

📋 copy color: '#182518'

red 24 ◦ green 37 ◦ blue 24

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

Shades of Black Bean #182518

Tints of Black Bean #182518

RGB

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

 GREEN value IS 37 (14.84% from 255) = 43.53%

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

R = 28.24%
G = 43.53%
B = 28.24%

CMYK

 C value IS 0.35

 M value IS 0

 Y value IS 0.35

 K value IS 0.85

RGB Variations

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

Color information

#182518 (or 0x182518) is known color: Black Bean. HEX triplet: 18, 25 and 18. RGB value is (24,37,24). Sum of RGB (Red+Green+Blue) = 24+37+24=85 (11% of max value = 765). Red value is 24 (9.77% from 255 or 28.24% from 85); Green value is 37 (14.84% from 255 or 43.53% from 85); Blue value is 24 (9.77% from 255 or 28.24% from 85); Max value from RGB is 37 - color contains mainly: green. Hex color #182518 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #182518 is #E7DAE7. Grayscale: #1F1F1F. Windows color (decimal): -15194856 or 1582360. OLE color: 1582360.

HSL color Cylindrical-coordinate representation of color #182518: hue angle of 120º degrees, saturation: 0.21, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #182518 is Cyan = 0.35, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.85.

Color convert

RGB 24 37 24 -
CMYK 0.35 0 0.35 0.85
HSL 120º 0.21% 0.12% -
HSV(B) 120º 0.35% 0.15% -
XYZ 1.2 1.58 1.11 -
YUV 31.63 123.69 122.56 -
System Red Green Blue C M Y K H S L
Decimal 24 37 24 0.35 0 0.35 0.85 120 0.21 0.12
Hex 18 25 18 23 0 23 55 78 15 C
Octal 30 45 30 43 0 43 125 170 25 14
Binary 11000 100101 11000 100011 0 100011 1010101 1111000 10101 1100

Color Harmonies of #182518

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #182518

Black with #182518

Text Example


Text Example

White with #182518

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #182518; }

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

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

background-color css

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

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

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

border-color css

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

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

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