#121913

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

Shades of Black Bean #121913

Tints of Black Bean #121913

Color information

#121913 (or 0x121913) is unknown color: approx Black Bean. HEX triplet: 12, 19 and 13. RGB value is (18,25,19). Sum of RGB (Red+Green+Blue) = 18+25+19=62 (8% of max value = 765). Red value is 18 (7.42% from 255 or 29.03% from 62); Green value is 25 (10.16% from 255 or 40.32% from 62); Blue value is 19 (7.81% from 255 or 30.65% from 62); Max value from RGB is 25 - color contains mainly: green. Hex color #121913 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #121913 is #EDE6EC. Grayscale: #161616. Windows color (decimal): -15591149 or 1251602. OLE color: 1251602.

HSL color Cylindrical-coordinate representation of color #121913: hue angle of 128.57º degrees, saturation: 0.16, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.1% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #121913 is Cyan = 0.28, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.90.

Color convert

RGB182519-
CMYK0.2800.240.90
HSL128.57º16.28%8.43%-
HSV(B)128.57º28%9.8%-
XYZ0.710.870.75-
YUV22.22126.18124.99-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 29.03%
GREEN value IS 25 (10.16% from 255) = 40.32%
BLUE value IS 19 (7.81% from 255) = 30.65%
R=29.03%
G=40.32%
B=30.65%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.90
SystemRedGreenBlueCMYKHSL
Decimal1825190.2800.240.90128.5716.288.43
Hex1219131C0185A81108
Octal223123340301322012010
Binary10010110011001111100011000101101010000001100001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #121913

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #121913; }

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

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

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

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

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

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

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

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