#121412

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

Shades of Black Bean #121412

Tints of Black Bean #121412

Color information

#121412 (or 0x121412) is unknown color: approx Black Bean. HEX triplet: 12, 14 and 12. RGB value is (18,20,18). Sum of RGB (Red+Green+Blue) = 18+20+18=56 (7% of max value = 765). Red value is 18 (7.42% from 255 or 32.14% from 56); Green value is 20 (8.20% from 255 or 35.71% from 56); Blue value is 18 (7.42% from 255 or 32.14% from 56); Max value from RGB is 20 - color contains mainly: green. Hex color #121412 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #121412 is #EDEBED. Grayscale: #131313. Windows color (decimal): -15592430 or 1184786. OLE color: 1184786.

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

Color convert

RGB182018-
CMYK0.1000.100.92
HSL120º5.26%7.45%-
HSV(B)120º10%7.84%-
XYZ0.610.670.67-
YUV19.17127.34127.16-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 32.14%
GREEN value IS 20 (8.20% from 255) = 35.71%
BLUE value IS 18 (7.42% from 255) = 32.14%
R=32.14%
G=35.71%
B=32.14%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.92
SystemRedGreenBlueCMYKHSL
Decimal1820180.1000.100.921205.267.45
Hex121412A0A5C7857
Octal2224221201213417057
Binary10010101001001010100101010111001111000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #121412

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #121412; }

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

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

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

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

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

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

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

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