Html Css Color HEX #122914 Black Bean

📋 copy color: '#122914'

red 18 ◦ green 41 ◦ blue 20

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

Shades of Black Bean #122914

Tints of Black Bean #122914

RGB

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

 GREEN value IS 41 (16.41% from 255) = 51.9%

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

R = 22.78%
G = 51.9%
B = 25.32%

CMYK

 C value IS 0.56

 M value IS 0

 Y value IS 0.51

 K value IS 0.84

RGB Variations

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

Color information

#122914 (or 0x122914) is known color: Black Bean. HEX triplet: 12, 29 and 14. RGB value is (18,41,20). Sum of RGB (Red+Green+Blue) = 18+41+20=79 (10% of max value = 765). Red value is 18 (7.42% from 255 or 22.78% from 79); Green value is 41 (16.41% from 255 or 51.90% from 79); Blue value is 20 (8.20% from 255 or 25.32% from 79); Max value from RGB is 41 - color contains mainly: green. Hex color #122914 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #122914 is #EDD6EB. Grayscale: #1F1F1F. Windows color (decimal): -15587052 or 1321234. OLE color: 1321234.

HSL color Cylindrical-coordinate representation of color #122914: hue angle of 125.22º degrees, saturation: 0.39, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #122914 is Cyan = 0.56, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.84.

Color convert

RGB 18 41 20 -
CMYK 0.56 0 0.51 0.84
HSL 125.22º 0.39% 0.12% -
HSV(B) 125.22º 0.56% 0.16% -
XYZ 1.17 1.76 0.94 -
YUV 31.73 121.38 118.21 -
System Red Green Blue C M Y K H S L
Decimal 18 41 20 0.56 0 0.51 0.84 125.22 0.39 0.12
Hex 12 29 14 38 0 33 54 7D 27 C
Octal 22 51 24 70 0 63 124 175 47 14
Binary 10010 101001 10100 111000 0 110011 1010100 1111101 100111 1100

Color Harmonies of #122914

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #122914

Black with #122914

Text Example


Text Example

White with #122914

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #122914; }

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

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

background-color css

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

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

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

border-color css

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

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

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