#18311B

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

Shades of Black Bean #18311B

Tints of Black Bean #18311B

Color information

#18311B (or 0x18311B) is unknown color: approx Black Bean. HEX triplet: 18, 31 and 1B. RGB value is (24,49,27). Sum of RGB (Red+Green+Blue) = 24+49+27=100 (13% of max value = 765). Red value is 24 (9.77% from 255 or 24% from 100); Green value is 49 (19.53% from 255 or 49% from 100); Blue value is 27 (10.94% from 255 or 27% from 100); Max value from RGB is 49 - color contains mainly: green. Hex color #18311B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #18311B is #E7CEE4. Grayscale: #272727. Windows color (decimal): -15191781 or 1782040. OLE color: 1782040.

HSL color Cylindrical-coordinate representation of color #18311B: hue angle of 127.2º 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 #18311B is Cyan = 0.51, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.81.

Color convert

RGB244927-
CMYK0.5100.450.81
HSL127.2º34.25%14.31%-
HSV(B)127.2º51.02%19.22%-
XYZ1.672.471.43-
YUV39.02121.22117.29-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 24%
GREEN value IS 49 (19.53% from 255) = 49%
BLUE value IS 27 (10.94% from 255) = 27%
R=24%
G=49%
B=27%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal2449270.5100.450.81127.234.2514.31
Hex18311B3302D517f22e
Octal306133630551211774216
Binary11000110001110111100110101101101000111111111000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #18311B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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