#121914

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

Shades of Black Bean #121914

Tints of Black Bean #121914

Color information

#121914 (or 0x121914) is unknown color: approx Black Bean. HEX triplet: 12, 19 and 14. RGB value is (18,25,20). Sum of RGB (Red+Green+Blue) = 18+25+20=63 (8% of max value = 765). Red value is 18 (7.42% from 255 or 28.57% from 63); Green value is 25 (10.16% from 255 or 39.68% from 63); Blue value is 20 (8.20% from 255 or 31.75% from 63); Max value from RGB is 25 - color contains mainly: green. Hex color #121914 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #121914 is #EDE6EB. Grayscale: #161616. Windows color (decimal): -15591148 or 1317138. OLE color: 1317138.

HSL color Cylindrical-coordinate representation of color #121914: hue angle of 137.14º degrees, saturation: 0.16, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.1% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #121914 is Cyan = 0.28, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.90.

Color convert

RGB182520-
CMYK0.2800.200.90
HSL137.14º16.28%8.43%-
HSV(B)137.14º28%9.8%-
XYZ0.720.870.79-
YUV22.34126.68124.91-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 28.57%
GREEN value IS 25 (10.16% from 255) = 39.68%
BLUE value IS 20 (8.20% from 255) = 31.75%
R=28.57%
G=39.68%
B=31.75%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.90
SystemRedGreenBlueCMYKHSL
Decimal1825200.2800.200.90137.1416.288.43
Hex1219141C0145A89108
Octal223124340241322112010
Binary10010110011010011100010100101101010001001100001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #121914

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #121914; }

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

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

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

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

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

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

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

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