#121E15

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

Shades of Black Bean #121E15

Tints of Black Bean #121E15

Color information

#121E15 (or 0x121E15) is unknown color: approx Black Bean. HEX triplet: 12, 1E and 15. RGB value is (18,30,21). Sum of RGB (Red+Green+Blue) = 18+30+21=69 (9% of max value = 765). Red value is 18 (7.42% from 255 or 26.09% from 69); Green value is 30 (12.11% from 255 or 43.48% from 69); Blue value is 21 (8.59% from 255 or 30.43% from 69); Max value from RGB is 30 - color contains mainly: green. Hex color #121E15 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #121E15 is #EDE1EA. Grayscale: #191919. Windows color (decimal): -15589867 or 1383954. OLE color: 1383954.

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

Color convert

RGB183021-
CMYK0.4000.300.88
HSL135º25%9.41%-
HSV(B)135º40%11.76%-
XYZ0.851.110.88-
YUV25.39125.52122.73-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 26.09%
GREEN value IS 30 (12.11% from 255) = 43.48%
BLUE value IS 21 (8.59% from 255) = 30.43%
R=26.09%
G=43.48%
B=30.43%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.88
SystemRedGreenBlueCMYKHSL
Decimal1830210.4000.300.88135259.41
Hex121E152801E5887199
Octal223625500361302073111
Binary100101111010101101000011110101100010000111110011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #121E15

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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