#18311E

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

Shades of Black Bean #18311E

Tints of Black Bean #18311E

Color information

#18311E (or 0x18311E) is unknown color: approx Black Bean. HEX triplet: 18, 31 and 1E. RGB value is (24,49,30). Sum of RGB (Red+Green+Blue) = 24+49+30=103 (13% of max value = 765). Red value is 24 (9.77% from 255 or 23.30% from 103); Green value is 49 (19.53% from 255 or 47.57% from 103); Blue value is 30 (12.11% from 255 or 29.13% from 103); Max value from RGB is 49 - color contains mainly: green. Hex color #18311E is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #18311E is #E7CEE1. Grayscale: #272727. Windows color (decimal): -15191778 or 1978648. OLE color: 1978648.

HSL color Cylindrical-coordinate representation of color #18311E: hue angle of 134.4º degrees, saturation: 0.34, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #18311E is Cyan = 0.51, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.81.

Color convert

RGB244930-
CMYK0.5100.390.81
HSL134.4º34.25%14.31%-
HSV(B)134.4º51.02%19.22%-
XYZ1.712.481.62-
YUV39.36122.72117.04-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 23.30%
GREEN value IS 49 (19.53% from 255) = 47.57%
BLUE value IS 30 (12.11% from 255) = 29.13%
R=23.30%
G=47.57%
B=29.13%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal2449300.5100.390.81134.434.2514.31
Hex18311E33027518622e
Octal306136630471212064216
Binary110001100011111011001101001111010001100001101000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #18311E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #18311E; }

 p { color: rgb(24,49,30); }

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

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

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

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

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

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

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