Html Css Color HEX #122614 Black Bean

📋 copy color: '#122614'

red 18 ◦ green 38 ◦ blue 20

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

Shades of Black Bean #122614

Tints of Black Bean #122614

RGB

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

 GREEN value IS 38 (15.23% from 255) = 50%

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

R = 23.68%
G = 50%
B = 26.32%

CMYK

 C value IS 0.53

 M value IS 0

 Y value IS 0.47

 K value IS 0.85

RGB Variations

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

Color information

#122614 (or 0x122614) is known color: Black Bean. HEX triplet: 12, 26 and 14. RGB value is (18,38,20). Sum of RGB (Red+Green+Blue) = 18+38+20=76 (10% of max value = 765). Red value is 18 (7.42% from 255 or 23.68% from 76); Green value is 38 (15.23% from 255 or 50% from 76); Blue value is 20 (8.20% from 255 or 26.32% from 76); Max value from RGB is 38 - color contains mainly: green. Hex color #122614 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #122614 is #EDD9EB. Grayscale: #1E1E1E. Windows color (decimal): -15587820 or 1320466. OLE color: 1320466.

HSL color Cylindrical-coordinate representation of color #122614: hue angle of 126º degrees, saturation: 0.36, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #122614 is Cyan = 0.53, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.85.

Color convert

RGB 18 38 20 -
CMYK 0.53 0 0.47 0.85
HSL 126º 0.36% 0.11% -
HSV(B) 126º 0.53% 0.15% -
XYZ 1.07 1.57 0.91 -
YUV 29.97 122.37 119.46 -
System Red Green Blue C M Y K H S L
Decimal 18 38 20 0.53 0 0.47 0.85 126 0.36 0.11
Hex 12 26 14 35 0 2F 55 7E 24 B
Octal 22 46 24 65 0 57 125 176 44 13
Binary 10010 100110 10100 110101 0 101111 1010101 1111110 100100 1011

Color Harmonies of #122614

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #122614

Black with #122614

Text Example


Text Example

White with #122614

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #122614; }

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

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

background-color css

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

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

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

border-color css

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

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

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