Html Css Color HEX #122312 Black Bean

📋 copy color: '#122312'

red 18 ◦ green 35 ◦ blue 18

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

Shades of Black Bean #122312

Tints of Black Bean #122312

RGB

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

 GREEN value IS 35 (14.06% from 255) = 49.3%

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

R = 25.35%
G = 49.3%
B = 25.35%

CMYK

 C value IS 0.49

 M value IS 0

 Y value IS 0.49

 K value IS 0.86

RGB Variations

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

Color information

#122312 (or 0x122312) is known color: Black Bean. HEX triplet: 12, 23 and 12. RGB value is (18,35,18). Sum of RGB (Red+Green+Blue) = 18+35+18=71 (9% of max value = 765). Red value is 18 (7.42% from 255 or 25.35% from 71); Green value is 35 (14.06% from 255 or 49.30% from 71); Blue value is 18 (7.42% from 255 or 25.35% from 71); Max value from RGB is 35 - color contains mainly: green. Hex color #122312 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #122312 is #EDDCED. Grayscale: #1C1C1C. Windows color (decimal): -15588590 or 1188626. OLE color: 1188626.

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

Color convert

RGB 18 35 18 -
CMYK 0.49 0 0.49 0.86
HSL 120º 0.32% 0.1% -
HSV(B) 120º 0.49% 0.14% -
XYZ 0.96 1.37 0.79 -
YUV 27.98 122.37 120.88 -
System Red Green Blue C M Y K H S L
Decimal 18 35 18 0.49 0 0.49 0.86 120 0.32 0.1
Hex 12 23 12 31 0 31 56 78 20 A
Octal 22 43 22 61 0 61 126 170 40 12
Binary 10010 100011 10010 110001 0 110001 1010110 1111000 100000 1010

Color Harmonies of #122312

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #122312

Black with #122312

Text Example


Text Example

White with #122312

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #122312; }

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

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

background-color css

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

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

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

border-color css

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

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

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