Html Css Color HEX #142616 Black Bean

📋 copy color: '#142616'

red 20 ◦ green 38 ◦ blue 22

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

Shades of Black Bean #142616

Tints of Black Bean #142616

RGB

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

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

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

R = 25%
G = 47.5%
B = 27.5%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.42

 K value IS 0.85

RGB Variations

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

Color information

#142616 (or 0x142616) is known color: Black Bean. HEX triplet: 14, 26 and 16. RGB value is (20,38,22). Sum of RGB (Red+Green+Blue) = 20+38+22=80 (10% of max value = 765). Red value is 20 (8.20% from 255 or 25% from 80); Green value is 38 (15.23% from 255 or 47.5% from 80); Blue value is 22 (8.98% from 255 or 27.5% from 80); Max value from RGB is 38 - color contains mainly: green. Hex color #142616 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #142616 is #EBD9E9. Grayscale: #1E1E1E. Windows color (decimal): -15456746 or 1451540. OLE color: 1451540.

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

Color convert

RGB 20 38 22 -
CMYK 0.47 0 0.42 0.85
HSL 126.67º 0.31% 0.11% -
HSV(B) 126.67º 0.47% 0.15% -
XYZ 1.13 1.59 1.01 -
YUV 30.79 123.04 120.3 -
System Red Green Blue C M Y K H S L
Decimal 20 38 22 0.47 0 0.42 0.85 126.67 0.31 0.11
Hex 14 26 16 2F 0 2A 55 7F 1F B
Octal 24 46 26 57 0 52 125 177 37 13
Binary 10100 100110 10110 101111 0 101010 1010101 1111111 11111 1011

Color Harmonies of #142616

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #142616

Black with #142616

Text Example


Text Example

White with #142616

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #142616; }

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

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

background-color css

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

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

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

border-color css

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

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

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