#15311A

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

Shades of Black Bean #15311A

Tints of Black Bean #15311A

Color information

#15311A (or 0x15311A) is unknown color: approx Black Bean. HEX triplet: 15, 31 and 1A. RGB value is (21,49,26). Sum of RGB (Red+Green+Blue) = 21+49+26=96 (12% of max value = 765). Red value is 21 (8.59% from 255 or 21.88% from 96); Green value is 49 (19.53% from 255 or 51.04% from 96); Blue value is 26 (10.55% from 255 or 27.08% from 96); Max value from RGB is 49 - color contains mainly: green. Hex color #15311A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #15311A is #EACEE5. Grayscale: #262626. Windows color (decimal): -15388390 or 1716501. OLE color: 1716501.

HSL color Cylindrical-coordinate representation of color #15311A: hue angle of 130.71º degrees, saturation: 0.4, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #15311A is Cyan = 0.57, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.81.

Color convert

RGB214926-
CMYK0.5700.470.81
HSL130.71º40%13.73%-
HSV(B)130.71º57.14%19.22%-
XYZ1.592.431.36-
YUV38.01121.22115.87-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 21.88%
GREEN value IS 49 (19.53% from 255) = 51.04%
BLUE value IS 26 (10.55% from 255) = 27.08%
R=21.88%
G=51.04%
B=27.08%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal2149260.5700.470.81130.714013.73
Hex15311A3902F518328e
Octal256132710571212035016
Binary101011100011101011100101011111010001100000111010001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #15311A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #15311A; }

 p { color: rgb(21,49,26); }

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

<style>
 a { background-color: #15311A; }

 a { background-color: rgb(21,49,26); }

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

<style>
 span { border-color: #15311A; }

 span { border-color: rgb(21,49,26); }

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