#132115

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

Shades of Black Bean #132115

Tints of Black Bean #132115

Color information

#132115 (or 0x132115) is unknown color: approx Black Bean. HEX triplet: 13, 21 and 15. RGB value is (19,33,21). Sum of RGB (Red+Green+Blue) = 19+33+21=73 (9% of max value = 765). Red value is 19 (7.81% from 255 or 26.03% from 73); Green value is 33 (13.28% from 255 or 45.21% from 73); Blue value is 21 (8.59% from 255 or 28.77% from 73); Max value from RGB is 33 - color contains mainly: green. Hex color #132115 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #132115 is #ECDEEA. Grayscale: #1B1B1B. Windows color (decimal): -15523563 or 1384723. OLE color: 1384723.

HSL color Cylindrical-coordinate representation of color #132115: hue angle of 128.57º degrees, saturation: 0.27, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #132115 is Cyan = 0.42, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.87.

Color convert

RGB193321-
CMYK0.4200.360.87
HSL128.57º26.92%10.2%-
HSV(B)128.57º42.42%12.94%-
XYZ0.951.280.91-
YUV27.45124.36121.98-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 26.03%
GREEN value IS 33 (13.28% from 255) = 45.21%
BLUE value IS 21 (8.59% from 255) = 28.77%
R=26.03%
G=45.21%
B=28.77%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.87
SystemRedGreenBlueCMYKHSL
Decimal1933210.4200.360.87128.5726.9210.2
Hex1321152A02457811ba
Octal234125520441272013312
Binary10011100001101011010100100100101011110000001110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #132115

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #132115; }

 p { color: rgb(19,33,21); }

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

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

 a { background-color: rgb(19,33,21); }

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

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

 span { border-color: rgb(19,33,21); }

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