#121F16

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

Shades of Black Bean #121F16

Tints of Black Bean #121F16

Color information

#121F16 (or 0x121F16) is unknown color: approx Black Bean. HEX triplet: 12, 1F and 16. RGB value is (18,31,22). Sum of RGB (Red+Green+Blue) = 18+31+22=71 (9% of max value = 765). Red value is 18 (7.42% from 255 or 25.35% from 71); Green value is 31 (12.5% from 255 or 43.66% from 71); Blue value is 22 (8.98% from 255 or 30.99% from 71); Max value from RGB is 31 - color contains mainly: green. Hex color #121F16 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #121F16 is #EDE0E9. Grayscale: #1A1A1A. Windows color (decimal): -15589610 or 1449746. OLE color: 1449746.

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

Color convert

RGB183122-
CMYK0.4200.290.88
HSL138.46º26.53%9.61%-
HSV(B)138.46º41.94%12.16%-
XYZ0.881.170.94-
YUV26.09125.69122.23-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 25.35%
GREEN value IS 31 (12.5% from 255) = 43.66%
BLUE value IS 22 (8.98% from 255) = 30.99%
R=25.35%
G=43.66%
B=30.99%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.88
SystemRedGreenBlueCMYKHSL
Decimal1831220.4200.290.88138.4626.539.61
Hex121F162A01D588a1ba
Octal223726520351302123312
Binary100101111110110101010011101101100010001010110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #121F16

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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