#121912

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

Shades of Black Bean #121912

Tints of Black Bean #121912

Color information

#121912 (or 0x121912) is unknown color: approx Black Bean. HEX triplet: 12, 19 and 12. RGB value is (18,25,18). Sum of RGB (Red+Green+Blue) = 18+25+18=61 (8% of max value = 765). Red value is 18 (7.42% from 255 or 29.51% from 61); Green value is 25 (10.16% from 255 or 40.98% from 61); Blue value is 18 (7.42% from 255 or 29.51% from 61); Max value from RGB is 25 - color contains mainly: green. Hex color #121912 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #121912 is #EDE6ED. Grayscale: #161616. Windows color (decimal): -15591150 or 1186066. OLE color: 1186066.

HSL color Cylindrical-coordinate representation of color #121912: hue angle of 120º 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 #121912 is Cyan = 0.28, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.90.

Color convert

RGB182518-
CMYK0.2800.280.90
HSL120º16.28%8.43%-
HSV(B)120º28%9.8%-
XYZ0.710.870.7-
YUV22.11125.68125.07-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 29.51%
GREEN value IS 25 (10.16% from 255) = 40.98%
BLUE value IS 18 (7.42% from 255) = 29.51%
R=29.51%
G=40.98%
B=29.51%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.90
SystemRedGreenBlueCMYKHSL
Decimal1825180.2800.280.9012016.288.43
Hex1219121C01C5A78108
Octal223122340341321702010
Binary1001011001100101110001110010110101111000100001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #121912

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #121912; }

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

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

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

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

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

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

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

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