Html Css Color HEX #122314 Black Bean

📋 copy color: '#122314'

red 18 ◦ green 35 ◦ blue 20

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

Shades of Black Bean #122314

Tints of Black Bean #122314

RGB

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

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

 BLUE value IS 20 (8.2% from 255) = 27.4%

R = 24.66%
G = 47.95%
B = 27.4%

CMYK

 C value IS 0.49

 M value IS 0

 Y value IS 0.43

 K value IS 0.86

RGB Variations

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

Color information

#122314 (or 0x122314) is known color: Black Bean. HEX triplet: 12, 23 and 14. RGB value is (18,35,20). Sum of RGB (Red+Green+Blue) = 18+35+20=73 (9% of max value = 765). Red value is 18 (7.42% from 255 or 24.66% from 73); Green value is 35 (14.06% from 255 or 47.95% from 73); Blue value is 20 (8.20% from 255 or 27.40% from 73); Max value from RGB is 35 - color contains mainly: green. Hex color #122314 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #122314 is #EDDCEB. Grayscale: #1C1C1C. Windows color (decimal): -15588588 or 1319698. OLE color: 1319698.

HSL color Cylindrical-coordinate representation of color #122314: hue angle of 127.06º 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 #122314 is Cyan = 0.49, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.86.

Color convert

RGB 18 35 20 -
CMYK 0.49 0 0.43 0.86
HSL 127.06º 0.32% 0.1% -
HSV(B) 127.06º 0.49% 0.14% -
XYZ 0.98 1.38 0.88 -
YUV 28.21 123.37 120.72 -
System Red Green Blue C M Y K H S L
Decimal 18 35 20 0.49 0 0.43 0.86 127.06 0.32 0.1
Hex 12 23 14 31 0 2B 56 7F 20 A
Octal 22 43 24 61 0 53 126 177 40 12
Binary 10010 100011 10100 110001 0 101011 1010110 1111111 100000 1010

Color Harmonies of #122314

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #122314

Black with #122314

Text Example


Text Example

White with #122314

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #122314; }

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

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

background-color css

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

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

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

border-color css

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

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

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