Html Css Color HEX #142416 Black Bean

📋 copy color: '#142416'

red 20 ◦ green 36 ◦ blue 22

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

Shades of Black Bean #142416

Tints of Black Bean #142416

RGB

 RED value IS 20 (8.2% from 255) = 25.64%

 GREEN value IS 36 (14.45% from 255) = 46.15%

 BLUE value IS 22 (8.98% from 255) = 28.21%

R = 25.64%
G = 46.15%
B = 28.21%

CMYK

 C value IS 0.44

 M value IS 0

 Y value IS 0.39

 K value IS 0.86

RGB Variations

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

Color information

#142416 (or 0x142416) is known color: Black Bean. HEX triplet: 14, 24 and 16. RGB value is (20,36,22). Sum of RGB (Red+Green+Blue) = 20+36+22=78 (10% of max value = 765). Red value is 20 (8.20% from 255 or 25.64% from 78); Green value is 36 (14.45% from 255 or 46.15% from 78); Blue value is 22 (8.98% from 255 or 28.21% from 78); Max value from RGB is 36 - color contains mainly: green. Hex color #142416 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #142416 is #EBDBE9. Grayscale: #1D1D1D. Windows color (decimal): -15457258 or 1451028. OLE color: 1451028.

HSL color Cylindrical-coordinate representation of color #142416: hue angle of 127.5º degrees, saturation: 0.29, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.14% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #142416 is Cyan = 0.44, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.86.

Color convert

RGB 20 36 22 -
CMYK 0.44 0 0.39 0.86
HSL 127.5º 0.29% 0.11% -
HSV(B) 127.5º 0.44% 0.14% -
XYZ 1.06 1.47 0.99 -
YUV 29.62 123.7 121.14 -
System Red Green Blue C M Y K H S L
Decimal 20 36 22 0.44 0 0.39 0.86 127.5 0.29 0.11
Hex 14 24 16 2C 0 27 56 80 1D B
Octal 24 44 26 54 0 47 126 200 35 13
Binary 10100 100100 10110 101100 0 100111 1010110 10000000 11101 1011

Color Harmonies of #142416

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #142416

Black with #142416

Text Example


Text Example

White with #142416

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #142416; }

 p { color: rgb(20,36,22); }

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

background-color css

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

 a { background-color: rgb(20,36,22); }

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

border-color css

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

 span { border-color: rgb(20,36,22); }

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