#121D16

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

Shades of Black Bean #121D16

Tints of Black Bean #121D16

Color information

#121D16 (or 0x121D16) is unknown color: approx Black Bean. HEX triplet: 12, 1D and 16. RGB value is (18,29,22). Sum of RGB (Red+Green+Blue) = 18+29+22=69 (9% of max value = 765). Red value is 18 (7.42% from 255 or 26.09% from 69); Green value is 29 (11.72% from 255 or 42.03% from 69); Blue value is 22 (8.98% from 255 or 31.88% from 69); Max value from RGB is 29 - color contains mainly: green. Hex color #121D16 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #121D16 is #EDE2E9. Grayscale: #181818. Windows color (decimal): -15590122 or 1449234. OLE color: 1449234.

HSL color Cylindrical-coordinate representation of color #121D16: hue angle of 141.82º degrees, saturation: 0.23, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #121D16 is Cyan = 0.38, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.89.

Color convert

RGB182922-
CMYK0.3800.240.89
HSL141.82º23.4%9.22%-
HSV(B)141.82º37.93%11.37%-
XYZ0.831.070.92-
YUV24.91126.36123.07-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 26.09%
GREEN value IS 29 (11.72% from 255) = 42.03%
BLUE value IS 22 (8.98% from 255) = 31.88%
R=26.09%
G=42.03%
B=31.88%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.89
SystemRedGreenBlueCMYKHSL
Decimal1829220.3800.240.89141.8223.49.22
Hex121D1626018598e179
Octal223526460301312162711
Binary100101110110110100110011000101100110001110101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #121D16

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #121D16; }

 p { color: rgb(18,29,22); }

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

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

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

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

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

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

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