Html Css Color HEX #121912 Black Bean

📋 copy color: '#121912'

red 18 ◦ green 25 ◦ blue 18

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

Shades of Black Bean #121912

Tints of Black Bean #121912

RGB

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

 GREEN value IS 25 (10.16% from 255) = 40.98%

 BLUE value IS 18 (7.42% from 255) = 29.51%

R = 29.51%
G = 40.98%
B = 29.51%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.28

 K value IS 0.90

RGB Variations

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

Color information

#121912 (or 0x121912) is known color: Black Bean. HEX triplet: 12, 19 and 12. RGB value is (18,25,18). Sum of RGB (Red+Green+Blue) = 18+25+18=61 (8% of max value = 765). Red value is 18 (7.42% from 255 or 29.51% from 61); Green value is 25 (10.16% from 255 or 40.98% from 61); Blue value is 18 (7.42% from 255 or 29.51% from 61); Max value from RGB is 25 - color contains mainly: green. Hex color #121912 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #121912 is #EDE6ED. Grayscale: #161616. Windows color (decimal): -15591150 or 1186066. OLE color: 1186066.

HSL color Cylindrical-coordinate representation of color #121912: hue angle of 120º 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 #121912 is Cyan = 0.28, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.90.

Color convert

RGB 18 25 18 -
CMYK 0.28 0 0.28 0.90
HSL 120º 0.16% 0.08% -
HSV(B) 120º 0.28% 0.1% -
XYZ 0.71 0.87 0.7 -
YUV 22.11 125.68 125.07 -
System Red Green Blue C M Y K H S L
Decimal 18 25 18 0.28 0 0.28 0.90 120 0.16 0.08
Hex 12 19 12 1C 0 1C 5A 78 10 8
Octal 22 31 22 34 0 34 132 170 20 10
Binary 10010 11001 10010 11100 0 11100 1011010 1111000 10000 1000

Color Harmonies of #121912

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #121912

Black with #121912

Text Example


Text Example

White with #121912

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #121912; }

 p { color: rgb(18,25,18); }

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

background-color css

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

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

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

border-color css

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

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

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