#121F14

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

Shades of Black Bean #121F14

Tints of Black Bean #121F14

Color information

#121F14 (or 0x121F14) is unknown color: approx Black Bean. HEX triplet: 12, 1F and 14. RGB value is (18,31,20). Sum of RGB (Red+Green+Blue) = 18+31+20=69 (9% of max value = 765). Red value is 18 (7.42% from 255 or 26.09% from 69); Green value is 31 (12.5% from 255 or 44.93% from 69); Blue value is 20 (8.20% from 255 or 28.99% from 69); Max value from RGB is 31 - color contains mainly: green. Hex color #121F14 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #121F14 is #EDE0EB. Grayscale: #191919. Windows color (decimal): -15589612 or 1318674. OLE color: 1318674.

HSL color Cylindrical-coordinate representation of color #121F14: hue angle of 129.23º degrees, saturation: 0.27, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.12% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #121F14 is Cyan = 0.42, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.88.

Color convert

RGB183120-
CMYK0.4200.350.88
HSL129.23º26.53%9.61%-
HSV(B)129.23º41.94%12.16%-
XYZ0.871.160.84-
YUV25.86124.69122.39-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 26.09%
GREEN value IS 31 (12.5% from 255) = 44.93%
BLUE value IS 20 (8.20% from 255) = 28.99%
R=26.09%
G=44.93%
B=28.99%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.88
SystemRedGreenBlueCMYKHSL
Decimal1831200.4200.350.88129.2326.539.61
Hex121F142A02358811ba
Octal223724520431302013312
Binary1001011111101001010100100011101100010000001110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #121F14

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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