#121312

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

Shades of Black Bean #121312

Tints of Black Bean #121312

Color information

#121312 (or 0x121312) is unknown color: approx Black Bean. HEX triplet: 12, 13 and 12. RGB value is (18,19,18). Sum of RGB (Red+Green+Blue) = 18+19+18=55 (7% of max value = 765). Red value is 18 (7.42% from 255 or 32.73% from 55); Green value is 19 (7.81% from 255 or 34.55% from 55); Blue value is 18 (7.42% from 255 or 32.73% from 55); Max value from RGB is 19 - color contains mainly: green. Hex color #121312 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #121312 is #EDECED. Grayscale: #121212. Windows color (decimal): -15592686 or 1184530. OLE color: 1184530.

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

Color convert

RGB181918-
CMYK0.0500.050.93
HSL120º2.7%7.25%-
HSV(B)120º5.26%7.45%-
XYZ0.590.640.66-
YUV18.59127.67127.58-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 32.73%
GREEN value IS 19 (7.81% from 255) = 34.55%
BLUE value IS 18 (7.42% from 255) = 32.73%
R=32.73%
G=34.55%
B=32.73%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.93
SystemRedGreenBlueCMYKHSL
Decimal1819180.0500.050.931202.77.25
Hex1213125055D7837
Octal22232250513517037
Binary10010100111001010101011011101111100011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #121312

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #121312; }

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

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

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

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

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

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

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

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