Html Css Color HEX #122C14 Black Bean

📋 copy color: '#122C14'

red 18 ◦ green 44 ◦ blue 20

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

Shades of Black Bean #122C14

Tints of Black Bean #122C14

RGB

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

 GREEN value IS 44 (17.58% from 255) = 53.66%

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

R = 21.95%
G = 53.66%
B = 24.39%

CMYK

 C value IS 0.59

 M value IS 0

 Y value IS 0.55

 K value IS 0.83

RGB Variations

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

Color information

#122C14 (or 0x122C14) is known color: Black Bean. HEX triplet: 12, 2C and 14. RGB value is (18,44,20). Sum of RGB (Red+Green+Blue) = 18+44+20=82 (10% of max value = 765). Red value is 18 (7.42% from 255 or 21.95% from 82); Green value is 44 (17.58% from 255 or 53.66% from 82); Blue value is 20 (8.20% from 255 or 24.39% from 82); Max value from RGB is 44 - color contains mainly: green. Hex color #122C14 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #122C14 is #EDD3EB. Grayscale: #212121. Windows color (decimal): -15586284 or 1322002. OLE color: 1322002.

HSL color Cylindrical-coordinate representation of color #122C14: hue angle of 124.62º degrees, saturation: 0.42, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.17% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #122C14 is Cyan = 0.59, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.83.

Color convert

RGB 18 44 20 -
CMYK 0.59 0 0.55 0.83
HSL 124.62º 0.42% 0.12% -
HSV(B) 124.62º 0.59% 0.17% -
XYZ 1.28 1.98 0.98 -
YUV 33.49 120.39 116.95 -
System Red Green Blue C M Y K H S L
Decimal 18 44 20 0.59 0 0.55 0.83 124.62 0.42 0.12
Hex 12 2C 14 3B 0 37 53 7D 2A C
Octal 22 54 24 73 0 67 123 175 52 14
Binary 10010 101100 10100 111011 0 110111 1010011 1111101 101010 1100

Color Harmonies of #122C14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #122C14

Black with #122C14

Text Example


Text Example

White with #122C14

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #122C14; }

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

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

background-color css

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

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

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

border-color css

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

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

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