Html Css Color HEX #122016 Black Bean

📋 copy color: '#122016'

red 18 ◦ green 32 ◦ blue 22

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

Shades of Black Bean #122016

Tints of Black Bean #122016

RGB

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

 GREEN value IS 32 (12.89% from 255) = 44.44%

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

R = 25%
G = 44.44%
B = 30.56%

CMYK

 C value IS 0.44

 M value IS 0

 Y value IS 0.31

 K value IS 0.87

RGB Variations

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

Color information

#122016 (or 0x122016) is known color: Black Bean. HEX triplet: 12, 20 and 16. RGB value is (18,32,22). Sum of RGB (Red+Green+Blue) = 18+32+22=72 (9% of max value = 765). Red value is 18 (7.42% from 255 or 25% from 72); Green value is 32 (12.89% from 255 or 44.44% from 72); Blue value is 22 (8.98% from 255 or 30.56% from 72); Max value from RGB is 32 - color contains mainly: green. Hex color #122016 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #122016 is #EDDFE9. Grayscale: #1A1A1A. Windows color (decimal): -15589354 or 1450002. OLE color: 1450002.

HSL color Cylindrical-coordinate representation of color #122016: hue angle of 137.14º degrees, saturation: 0.28, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #122016 is Cyan = 0.44, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.87.

Color convert

RGB 18 32 22 -
CMYK 0.44 0 0.31 0.87
HSL 137.14º 0.28% 0.1% -
HSV(B) 137.14º 0.44% 0.13% -
XYZ 0.91 1.22 0.95 -
YUV 26.67 125.36 121.81 -
System Red Green Blue C M Y K H S L
Decimal 18 32 22 0.44 0 0.31 0.87 137.14 0.28 0.1
Hex 12 20 16 2C 0 1F 57 89 1C A
Octal 22 40 26 54 0 37 127 211 34 12
Binary 10010 100000 10110 101100 0 11111 1010111 10001001 11100 1010

Color Harmonies of #122016

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #122016

Black with #122016

Text Example


Text Example

White with #122016

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #122016; }

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

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

background-color css

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

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

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

border-color css

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

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

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