#121D14

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

Shades of Black Bean #121D14

Tints of Black Bean #121D14

Color information

#121D14 (or 0x121D14) is unknown color: approx Black Bean. HEX triplet: 12, 1D and 14. RGB value is (18,29,20). Sum of RGB (Red+Green+Blue) = 18+29+20=67 (8% of max value = 765). Red value is 18 (7.42% from 255 or 26.87% from 67); Green value is 29 (11.72% from 255 or 43.28% from 67); Blue value is 20 (8.20% from 255 or 29.85% from 67); Max value from RGB is 29 - color contains mainly: green. Hex color #121D14 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #121D14 is #EDE2EB. Grayscale: #181818. Windows color (decimal): -15590124 or 1318162. OLE color: 1318162.

HSL color Cylindrical-coordinate representation of color #121D14: hue angle of 130.91º 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 #121D14 is Cyan = 0.38, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.89.

Color convert

RGB182920-
CMYK0.3800.310.89
HSL130.91º23.4%9.22%-
HSV(B)130.91º37.93%11.37%-
XYZ0.821.060.82-
YUV24.68125.36123.23-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 26.87%
GREEN value IS 29 (11.72% from 255) = 43.28%
BLUE value IS 20 (8.20% from 255) = 29.85%
R=26.87%
G=43.28%
B=29.85%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.89
SystemRedGreenBlueCMYKHSL
Decimal1829200.3800.310.89130.9123.49.22
Hex121D142601F5983179
Octal223524460371312032711
Binary100101110110100100110011111101100110000011101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #121D14

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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