#132715

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

Shades of Black Bean #132715

Tints of Black Bean #132715

Color information

#132715 (or 0x132715) is unknown color: approx Black Bean. HEX triplet: 13, 27 and 15. RGB value is (19,39,21). Sum of RGB (Red+Green+Blue) = 19+39+21=79 (10% of max value = 765). Red value is 19 (7.81% from 255 or 24.05% from 79); Green value is 39 (15.62% from 255 or 49.37% from 79); Blue value is 21 (8.59% from 255 or 26.58% from 79); Max value from RGB is 39 - color contains mainly: green. Hex color #132715 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #132715 is #ECD8EA. Grayscale: #1F1F1F. Windows color (decimal): -15522027 or 1386259. OLE color: 1386259.

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

Color convert

RGB193921-
CMYK0.5100.460.85
HSL126º34.48%11.37%-
HSV(B)126º51.28%15.29%-
XYZ1.131.640.97-
YUV30.97122.37119.46-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 24.05%
GREEN value IS 39 (15.62% from 255) = 49.37%
BLUE value IS 21 (8.59% from 255) = 26.58%
R=24.05%
G=49.37%
B=26.58%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal1939210.5100.460.8512634.4811.37
Hex1327153302E557e22b
Octal234725630561251764213
Binary10011100111101011100110101110101010111111101000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #132715

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #132715; }

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

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

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

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

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

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

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

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