Html Css Color HEX #121E16 Black Bean

📋 copy color: '#121E16'

red 18 ◦ green 30 ◦ blue 22

#121E16
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Black Bean #121E16

Tints of Black Bean #121E16

RGB

 RED value IS 18 (7.42% from 255) = 25.71%

 GREEN value IS 30 (12.11% from 255) = 42.86%

 BLUE value IS 22 (8.98% from 255) = 31.43%

R = 25.71%
G = 42.86%
B = 31.43%

CMYK

 C value IS 0.40

 M value IS 0

 Y value IS 0.27

 K value IS 0.88

RGB Variations

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

Color information

#121E16 (or 0x121E16) is known color: Black Bean. HEX triplet: 12, 1E and 16. RGB value is (18,30,22). Sum of RGB (Red+Green+Blue) = 18+30+22=70 (9% of max value = 765). Red value is 18 (7.42% from 255 or 25.71% from 70); Green value is 30 (12.11% from 255 or 42.86% from 70); Blue value is 22 (8.98% from 255 or 31.43% from 70); Max value from RGB is 30 - color contains mainly: green. Hex color #121E16 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #121E16 is #EDE1E9. Grayscale: #191919. Windows color (decimal): -15589866 or 1449490. OLE color: 1449490.

HSL color Cylindrical-coordinate representation of color #121E16: hue angle of 140º degrees, saturation: 0.25, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.12% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #121E16 is Cyan = 0.40, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.88.

Color convert

RGB 18 30 22 -
CMYK 0.40 0 0.27 0.88
HSL 140º 0.25% 0.09% -
HSV(B) 140º 0.4% 0.12% -
XYZ 0.86 1.12 0.93 -
YUV 25.5 126.02 122.65 -
System Red Green Blue C M Y K H S L
Decimal 18 30 22 0.40 0 0.27 0.88 140 0.25 0.09
Hex 12 1E 16 28 0 1B 58 8C 19 9
Octal 22 36 26 50 0 33 130 214 31 11
Binary 10010 11110 10110 101000 0 11011 1011000 10001100 11001 1001

Color Harmonies of #121E16

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #121E16

Black with #121E16

Text Example


Text Example

White with #121E16

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #121E16;
 }
 .AnyTagClassName
 {
   color: #121E16;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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