Html Css Color HEX #122012 Black Bean

📋 copy color: '#122012'

red 18 ◦ green 32 ◦ blue 18

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

Shades of Black Bean #122012

Tints of Black Bean #122012

RGB

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

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

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

R = 26.47%
G = 47.06%
B = 26.47%

CMYK

 C value IS 0.44

 M value IS 0

 Y value IS 0.44

 K value IS 0.87

RGB Variations

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

Color information

#122012 (or 0x122012) is known color: Black Bean. HEX triplet: 12, 20 and 12. RGB value is (18,32,18). Sum of RGB (Red+Green+Blue) = 18+32+18=68 (9% of max value = 765). Red value is 18 (7.42% from 255 or 26.47% from 68); Green value is 32 (12.89% from 255 or 47.06% from 68); Blue value is 18 (7.42% from 255 or 26.47% from 68); Max value from RGB is 32 - color contains mainly: green. Hex color #122012 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #122012 is #EDDFED. Grayscale: #1A1A1A. Windows color (decimal): -15589358 or 1187858. OLE color: 1187858.

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

Color convert

RGB 18 32 18 -
CMYK 0.44 0 0.44 0.87
HSL 120º 0.28% 0.1% -
HSV(B) 120º 0.44% 0.13% -
XYZ 0.88 1.21 0.76 -
YUV 26.22 123.36 122.14 -
System Red Green Blue C M Y K H S L
Decimal 18 32 18 0.44 0 0.44 0.87 120 0.28 0.1
Hex 12 20 12 2C 0 2C 57 78 1C A
Octal 22 40 22 54 0 54 127 170 34 12
Binary 10010 100000 10010 101100 0 101100 1010111 1111000 11100 1010

Color Harmonies of #122012

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #122012

Black with #122012

Text Example


Text Example

White with #122012

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #122012; }

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

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

background-color css

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

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

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

border-color css

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

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

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