#18231C

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

Shades of Black Bean #18231C

Tints of Black Bean #18231C

Color information

#18231C (or 0x18231C) is unknown color: approx Black Bean. HEX triplet: 18, 23 and 1C. RGB value is (24,35,28). Sum of RGB (Red+Green+Blue) = 24+35+28=87 (11% of max value = 765). Red value is 24 (9.77% from 255 or 27.59% from 87); Green value is 35 (14.06% from 255 or 40.23% from 87); Blue value is 28 (11.33% from 255 or 32.18% from 87); Max value from RGB is 35 - color contains mainly: green. Hex color #18231C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #18231C is #E7DCE3. Grayscale: #1E1E1E. Windows color (decimal): -15195364 or 1843992. OLE color: 1843992.

HSL color Cylindrical-coordinate representation of color #18231C: hue angle of 141.82º degrees, saturation: 0.19, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.14% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #18231C is Cyan = 0.31, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.86.

Color convert

RGB243528-
CMYK0.3100.200.86
HSL141.82º18.64%11.57%-
HSV(B)141.82º31.43%13.73%-
XYZ1.191.481.32-
YUV30.91126.36123.07-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 27.59%
GREEN value IS 35 (14.06% from 255) = 40.23%
BLUE value IS 28 (11.33% from 255) = 32.18%
R=27.59%
G=40.23%
B=32.18%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.86
SystemRedGreenBlueCMYKHSL
Decimal2435280.3100.200.86141.8218.6411.57
Hex18231C1F014568e13c
Octal304334370241262162314
Binary110001000111110011111010100101011010001110100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #18231C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #18231C; }

 p { color: rgb(24,35,28); }

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

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

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

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

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

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

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