Html Css Color HEX #121612 Black Bean

📋 copy color: '#121612'

red 18 ◦ green 22 ◦ blue 18

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

Shades of Black Bean #121612

Tints of Black Bean #121612

RGB

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

 GREEN value IS 22 (8.98% from 255) = 37.93%

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

R = 31.03%
G = 37.93%
B = 31.03%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.18

 K value IS 0.91

RGB Variations

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

Color information

#121612 (or 0x121612) is known color: Black Bean. HEX triplet: 12, 16 and 12. RGB value is (18,22,18). Sum of RGB (Red+Green+Blue) = 18+22+18=58 (7% of max value = 765). Red value is 18 (7.42% from 255 or 31.03% from 58); Green value is 22 (8.98% from 255 or 37.93% from 58); Blue value is 18 (7.42% from 255 or 31.03% from 58); Max value from RGB is 22 - color contains mainly: green. Hex color #121612 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #121612 is #EDE9ED. Grayscale: #141414. Windows color (decimal): -15591918 or 1185298. OLE color: 1185298.

HSL color Cylindrical-coordinate representation of color #121612: hue angle of 120º degrees, saturation: 0.1, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.09% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #121612 is Cyan = 0.18, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.91.

Color convert

RGB 18 22 18 -
CMYK 0.18 0 0.18 0.91
HSL 120º 0.1% 0.08% -
HSV(B) 120º 0.18% 0.09% -
XYZ 0.65 0.75 0.68 -
YUV 20.35 126.67 126.33 -
System Red Green Blue C M Y K H S L
Decimal 18 22 18 0.18 0 0.18 0.91 120 0.1 0.08
Hex 12 16 12 12 0 12 5B 78 A 8
Octal 22 26 22 22 0 22 133 170 12 10
Binary 10010 10110 10010 10010 0 10010 1011011 1111000 1010 1000

Color Harmonies of #121612

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #121612

Black with #121612

Text Example


Text Example

White with #121612

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #121612; }

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

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

background-color css

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

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

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

border-color css

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

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

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