#132515

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

Shades of Black Bean #132515

Tints of Black Bean #132515

Color information

#132515 (or 0x132515) is unknown color: approx Black Bean. HEX triplet: 13, 25 and 15. RGB value is (19,37,21). Sum of RGB (Red+Green+Blue) = 19+37+21=77 (10% of max value = 765). Red value is 19 (7.81% from 255 or 24.68% from 77); Green value is 37 (14.84% from 255 or 48.05% from 77); Blue value is 21 (8.59% from 255 or 27.27% from 77); Max value from RGB is 37 - color contains mainly: green. Hex color #132515 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #132515 is #ECDAEA. Grayscale: #1D1D1D. Windows color (decimal): -15522539 or 1385747. OLE color: 1385747.

HSL color Cylindrical-coordinate representation of color #132515: hue angle of 126.67º degrees, saturation: 0.32, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #132515 is Cyan = 0.49, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.85.

Color convert

RGB193721-
CMYK0.4900.430.85
HSL126.67º32.14%10.98%-
HSV(B)126.67º48.65%14.51%-
XYZ1.071.520.95-
YUV29.79123.04120.3-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 24.68%
GREEN value IS 37 (14.84% from 255) = 48.05%
BLUE value IS 21 (8.59% from 255) = 27.27%
R=24.68%
G=48.05%
B=27.27%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal1937210.4900.430.85126.6732.1410.98
Hex1325153102B557f20b
Octal234525610531251774013
Binary10011100101101011100010101011101010111111111000001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #132515

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #132515; }

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

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

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

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

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

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

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

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