#181F18

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

Shades of Black Bean #181F18

Tints of Black Bean #181F18

Color information

#181F18 (or 0x181F18) is unknown color: approx Black Bean. HEX triplet: 18, 1F and 18. RGB value is (24,31,24). Sum of RGB (Red+Green+Blue) = 24+31+24=79 (10% of max value = 765). Red value is 24 (9.77% from 255 or 30.38% from 79); Green value is 31 (12.5% from 255 or 39.24% from 79); Blue value is 24 (9.77% from 255 or 30.38% from 79); Max value from RGB is 31 - color contains mainly: green. Hex color #181F18 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #181F18 is #E7E0E7. Grayscale: #1C1C1C. Windows color (decimal): -15196392 or 1580824. OLE color: 1580824.

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

Color convert

RGB243124-
CMYK0.2300.230.88
HSL120º12.73%10.78%-
HSV(B)120º22.58%12.16%-
XYZ1.031.241.05-
YUV28.11125.68125.07-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 30.38%
GREEN value IS 31 (12.5% from 255) = 39.24%
BLUE value IS 24 (9.77% from 255) = 30.38%
R=30.38%
G=39.24%
B=30.38%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.88
SystemRedGreenBlueCMYKHSL
Decimal2431240.2300.230.8812012.7310.78
Hex181F18170175878db
Octal303730270271301701513
Binary110001111111000101110101111011000111100011011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #181F18

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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