Html Css Color HEX #121914 Black Bean

📋 copy color: '#121914'

red 18 ◦ green 25 ◦ blue 20

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

Shades of Black Bean #121914

Tints of Black Bean #121914

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

R = 28.57%
G = 39.68%
B = 31.75%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.20

 K value IS 0.90

RGB Variations

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

Color information

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

RGB 18 25 20 -
CMYK 0.28 0 0.20 0.90
HSL 137.14º 0.16% 0.08% -
HSV(B) 137.14º 0.28% 0.1% -
XYZ 0.72 0.87 0.79 -
YUV 22.34 126.68 124.91 -
System Red Green Blue C M Y K H S L
Decimal 18 25 20 0.28 0 0.20 0.90 137.14 0.16 0.08
Hex 12 19 14 1C 0 14 5A 89 10 8
Octal 22 31 24 34 0 24 132 211 20 10
Binary 10010 11001 10100 11100 0 10100 1011010 10001001 10000 1000

Color Harmonies of #121914

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #121914

Black with #121914

Text Example


Text Example

White with #121914

Text Example


Text Example

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