#18231B

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

Shades of Black Bean #18231B

Tints of Black Bean #18231B

Color information

#18231B (or 0x18231B) is unknown color: approx Black Bean. HEX triplet: 18, 23 and 1B. RGB value is (24,35,27). Sum of RGB (Red+Green+Blue) = 24+35+27=86 (11% of max value = 765). Red value is 24 (9.77% from 255 or 27.91% from 86); Green value is 35 (14.06% from 255 or 40.70% from 86); Blue value is 27 (10.94% from 255 or 31.40% from 86); Max value from RGB is 35 - color contains mainly: green. Hex color #18231B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #18231B is #E7DCE4. Grayscale: #1E1E1E. Windows color (decimal): -15195365 or 1778456. OLE color: 1778456.

HSL color Cylindrical-coordinate representation of color #18231B: hue angle of 136.36º 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 #18231B is Cyan = 0.31, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.86.

Color convert

RGB243527-
CMYK0.3100.230.86
HSL136.36º18.64%11.57%-
HSV(B)136.36º31.43%13.73%-
XYZ1.181.481.26-
YUV30.8125.86123.15-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 27.91%
GREEN value IS 35 (14.06% from 255) = 40.70%
BLUE value IS 27 (10.94% from 255) = 31.40%
R=27.91%
G=40.70%
B=31.40%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.86
SystemRedGreenBlueCMYKHSL
Decimal2435270.3100.230.86136.3618.6411.57
Hex18231B1F017568813c
Octal304333370271262102314
Binary110001000111101111111010111101011010001000100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #18231B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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