#121513

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

Shades of Black Bean #121513

Tints of Black Bean #121513

Color information

#121513 (or 0x121513) is unknown color: approx Black Bean. HEX triplet: 12, 15 and 13. RGB value is (18,21,19). Sum of RGB (Red+Green+Blue) = 18+21+19=58 (7% of max value = 765). Red value is 18 (7.42% from 255 or 31.03% from 58); Green value is 21 (8.59% from 255 or 36.21% from 58); Blue value is 19 (7.81% from 255 or 32.76% from 58); Max value from RGB is 21 - color contains mainly: green. Hex color #121513 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #121513 is #EDEAEC. Grayscale: #131313. Windows color (decimal): -15592173 or 1250578. OLE color: 1250578.

HSL color Cylindrical-coordinate representation of color #121513: hue angle of 140º degrees, saturation: 0.08, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.08% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #121513 is Cyan = 0.14, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.92.

Color convert

RGB182119-
CMYK0.1400.100.92
HSL140º7.69%7.65%-
HSV(B)140º14.29%8.24%-
XYZ0.640.710.72-
YUV19.88127.51126.66-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 31.03%
GREEN value IS 21 (8.59% from 255) = 36.21%
BLUE value IS 19 (7.81% from 255) = 32.76%
R=31.03%
G=36.21%
B=32.76%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.92
SystemRedGreenBlueCMYKHSL
Decimal1821190.1400.100.921407.697.65
Hex121513E0A5C8c88
Octal222523160121342141010
Binary10010101011001111100101010111001000110010001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #121513

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #121513; }

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

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

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

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

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

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

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

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