#121E12

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

Shades of Black Bean #121E12

Tints of Black Bean #121E12

Color information

#121E12 (or 0x121E12) is unknown color: approx Black Bean. HEX triplet: 12, 1E and 12. RGB value is (18,30,18). Sum of RGB (Red+Green+Blue) = 18+30+18=66 (8% of max value = 765). Red value is 18 (7.42% from 255 or 27.27% from 66); Green value is 30 (12.11% from 255 or 45.45% from 66); Blue value is 18 (7.42% from 255 or 27.27% from 66); Max value from RGB is 30 - color contains mainly: green. Hex color #121E12 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #121E12 is #EDE1ED. Grayscale: #191919. Windows color (decimal): -15589870 or 1187346. OLE color: 1187346.

HSL color Cylindrical-coordinate representation of color #121E12: hue angle of 120º 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 #121E12 is Cyan = 0.40, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.88.

Color convert

RGB183018-
CMYK0.4000.400.88
HSL120º25%9.41%-
HSV(B)120º40%11.76%-
XYZ0.821.10.74-
YUV25.04124.02122.98-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 27.27%
GREEN value IS 30 (12.11% from 255) = 45.45%
BLUE value IS 18 (7.42% from 255) = 27.27%
R=27.27%
G=45.45%
B=27.27%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.88
SystemRedGreenBlueCMYKHSL
Decimal1830180.4000.400.88120259.41
Hex121E12280285878199
Octal223622500501301703111
Binary100101111010010101000010100010110001111000110011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #121E12

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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