#15311B

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

Shades of Black Bean #15311B

Tints of Black Bean #15311B

Color information

#15311B (or 0x15311B) is unknown color: approx Black Bean. HEX triplet: 15, 31 and 1B. RGB value is (21,49,27). Sum of RGB (Red+Green+Blue) = 21+49+27=97 (12% of max value = 765). Red value is 21 (8.59% from 255 or 21.65% from 97); Green value is 49 (19.53% from 255 or 50.52% from 97); Blue value is 27 (10.94% from 255 or 27.84% from 97); Max value from RGB is 49 - color contains mainly: green. Hex color #15311B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #15311B is #EACEE4. Grayscale: #262626. Windows color (decimal): -15388389 or 1782037. OLE color: 1782037.

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

Color convert

RGB214927-
CMYK0.5700.450.81
HSL132.86º40%13.73%-
HSV(B)132.86º57.14%19.22%-
XYZ1.612.441.42-
YUV38.12121.72115.79-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 21.65%
GREEN value IS 49 (19.53% from 255) = 50.52%
BLUE value IS 27 (10.94% from 255) = 27.84%
R=21.65%
G=50.52%
B=27.84%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal2149270.5700.450.81132.864013.73
Hex15311B3902D518528e
Octal256133710551212055016
Binary101011100011101111100101011011010001100001011010001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #15311B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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