#121B14

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

Shades of Black Bean #121B14

Tints of Black Bean #121B14

Color information

#121B14 (or 0x121B14) is unknown color: approx Black Bean. HEX triplet: 12, 1B and 14. RGB value is (18,27,20). Sum of RGB (Red+Green+Blue) = 18+27+20=65 (8% of max value = 765). Red value is 18 (7.42% from 255 or 27.69% from 65); Green value is 27 (10.94% from 255 or 41.54% from 65); Blue value is 20 (8.20% from 255 or 30.77% from 65); Max value from RGB is 27 - color contains mainly: green. Hex color #121B14 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #121B14 is #EDE4EB. Grayscale: #171717. Windows color (decimal): -15590636 or 1317650. OLE color: 1317650.

HSL color Cylindrical-coordinate representation of color #121B14: hue angle of 133.33º degrees, saturation: 0.2, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #121B14 is Cyan = 0.33, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.89.

Color convert

RGB182720-
CMYK0.3300.260.89
HSL133.33º20%8.82%-
HSV(B)133.33º33.33%10.59%-
XYZ0.770.960.81-
YUV23.51126.02124.07-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 27.69%
GREEN value IS 27 (10.94% from 255) = 41.54%
BLUE value IS 20 (8.20% from 255) = 30.77%
R=27.69%
G=41.54%
B=30.77%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.89
SystemRedGreenBlueCMYKHSL
Decimal1827200.3300.260.89133.33208.82
Hex121B142101A5985149
Octal223324410321312052411
Binary100101101110100100001011010101100110000101101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #121B14

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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