#121814

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

Shades of Black Bean #121814

Tints of Black Bean #121814

Color information

#121814 (or 0x121814) is unknown color: approx Black Bean. HEX triplet: 12, 18 and 14. RGB value is (18,24,20). Sum of RGB (Red+Green+Blue) = 18+24+20=62 (8% of max value = 765). Red value is 18 (7.42% from 255 or 29.03% from 62); Green value is 24 (9.77% from 255 or 38.71% from 62); Blue value is 20 (8.20% from 255 or 32.26% from 62); Max value from RGB is 24 - color contains mainly: green. Hex color #121814 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #121814 is #EDE7EB. Grayscale: #151515. Windows color (decimal): -15591404 or 1316882. OLE color: 1316882.

HSL color Cylindrical-coordinate representation of color #121814: hue angle of 140º degrees, saturation: 0.14, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.09% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #121814 is Cyan = 0.25, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.91.

Color convert

RGB182420-
CMYK0.2500.170.91
HSL140º14.29%8.24%-
HSV(B)140º25%9.41%-
XYZ0.70.830.79-
YUV21.75127.01125.33-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 29.03%
GREEN value IS 24 (9.77% from 255) = 38.71%
BLUE value IS 20 (8.20% from 255) = 32.26%
R=29.03%
G=38.71%
B=32.26%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.91
SystemRedGreenBlueCMYKHSL
Decimal1824200.2500.170.9114014.298.24
Hex121814190115B8ce8
Octal223024310211332141610
Binary1001011000101001100101000110110111000110011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #121814

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #121814; }

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

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

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

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

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

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

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

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