#121712

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

Shades of Black Bean #121712

Tints of Black Bean #121712

Color information

#121712 (or 0x121712) is unknown color: approx Black Bean. HEX triplet: 12, 17 and 12. RGB value is (18,23,18). Sum of RGB (Red+Green+Blue) = 18+23+18=59 (7% of max value = 765). Red value is 18 (7.42% from 255 or 30.51% from 59); Green value is 23 (9.38% from 255 or 38.98% from 59); Blue value is 18 (7.42% from 255 or 30.51% from 59); Max value from RGB is 23 - color contains mainly: green. Hex color #121712 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #121712 is #EDE8ED. Grayscale: #141414. Windows color (decimal): -15591662 or 1185554. OLE color: 1185554.

HSL color Cylindrical-coordinate representation of color #121712: hue angle of 120º degrees, saturation: 0.12, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.09% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #121712 is Cyan = 0.22, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.91.

Color convert

RGB182318-
CMYK0.2200.220.91
HSL120º12.2%8.04%-
HSV(B)120º21.74%9.02%-
XYZ0.670.790.69-
YUV20.94126.34125.91-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 30.51%
GREEN value IS 23 (9.38% from 255) = 38.98%
BLUE value IS 18 (7.42% from 255) = 30.51%
R=30.51%
G=38.98%
B=30.51%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.91
SystemRedGreenBlueCMYKHSL
Decimal1823180.2200.220.9112012.28.04
Hex121712160165B78c8
Octal222722260261331701410
Binary100101011110010101100101101011011111100011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #121712

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #121712; }

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

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

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

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

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

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

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

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