Html Css Color HEX #121814 Black Bean

📋 copy color: '#121814'

red 18 ◦ green 24 ◦ blue 20

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

Shades of Black Bean #121814

Tints of Black Bean #121814

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.2% from 255) = 32.26%

R = 29.03%
G = 38.71%
B = 32.26%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.17

 K value IS 0.91

RGB Variations

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

Color information

#121814 (or 0x121814) is known color: 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

RGB 18 24 20 -
CMYK 0.25 0 0.17 0.91
HSL 140º 0.14% 0.08% -
HSV(B) 140º 0.25% 0.09% -
XYZ 0.7 0.83 0.79 -
YUV 21.75 127.01 125.33 -
System Red Green Blue C M Y K H S L
Decimal 18 24 20 0.25 0 0.17 0.91 140 0.14 0.08
Hex 12 18 14 19 0 11 5B 8C E 8
Octal 22 30 24 31 0 21 133 214 16 10
Binary 10010 11000 10100 11001 0 10001 1011011 10001100 1110 1000

Color Harmonies of #121814

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #121814

Black with #121814

Text Example


Text Example

White with #121814

Text Example


Text Example

HTML Codes & Css Web 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>