#121E16

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

Shades of Black Bean #121E16

Tints of Black Bean #121E16

Color information

#121E16 (or 0x121E16) is unknown color: approx Black Bean. HEX triplet: 12, 1E and 16. RGB value is (18,30,22). Sum of RGB (Red+Green+Blue) = 18+30+22=70 (9% of max value = 765). Red value is 18 (7.42% from 255 or 25.71% from 70); Green value is 30 (12.11% from 255 or 42.86% from 70); Blue value is 22 (8.98% from 255 or 31.43% from 70); Max value from RGB is 30 - color contains mainly: green. Hex color #121E16 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #121E16 is #EDE1E9. Grayscale: #191919. Windows color (decimal): -15589866 or 1449490. OLE color: 1449490.

HSL color Cylindrical-coordinate representation of color #121E16: hue angle of 140º degrees, saturation: 0.25, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.12% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #121E16 is Cyan = 0.40, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.88.

Color convert

RGB183022-
CMYK0.4000.270.88
HSL140º25%9.41%-
HSV(B)140º40%11.76%-
XYZ0.861.120.93-
YUV25.5126.02122.65-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 25.71%
GREEN value IS 30 (12.11% from 255) = 42.86%
BLUE value IS 22 (8.98% from 255) = 31.43%
R=25.71%
G=42.86%
B=31.43%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.88
SystemRedGreenBlueCMYKHSL
Decimal1830220.4000.270.88140259.41
Hex121E162801B588c199
Octal223626500331302143111
Binary100101111010110101000011011101100010001100110011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #121E16

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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