Html Css Color HEX #142516 Black Bean

📋 copy color: '#142516'

red 20 ◦ green 37 ◦ blue 22

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

Shades of Black Bean #142516

Tints of Black Bean #142516

RGB

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

 GREEN value IS 37 (14.84% from 255) = 46.84%

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

R = 25.32%
G = 46.84%
B = 27.85%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0.41

 K value IS 0.85

RGB Variations

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

Color information

#142516 (or 0x142516) is known color: Black Bean. HEX triplet: 14, 25 and 16. RGB value is (20,37,22). Sum of RGB (Red+Green+Blue) = 20+37+22=79 (10% of max value = 765). Red value is 20 (8.20% from 255 or 25.32% from 79); Green value is 37 (14.84% from 255 or 46.84% from 79); Blue value is 22 (8.98% from 255 or 27.85% from 79); Max value from RGB is 37 - color contains mainly: green. Hex color #142516 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #142516 is #EBDAE9. Grayscale: #1E1E1E. Windows color (decimal): -15457002 or 1451284. OLE color: 1451284.

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

Color convert

RGB 20 37 22 -
CMYK 0.46 0 0.41 0.85
HSL 127.06º 0.3% 0.11% -
HSV(B) 127.06º 0.46% 0.15% -
XYZ 1.09 1.53 1 -
YUV 30.21 123.37 120.72 -
System Red Green Blue C M Y K H S L
Decimal 20 37 22 0.46 0 0.41 0.85 127.06 0.3 0.11
Hex 14 25 16 2E 0 29 55 7F 1E B
Octal 24 45 26 56 0 51 125 177 36 13
Binary 10100 100101 10110 101110 0 101001 1010101 1111111 11110 1011

Color Harmonies of #142516

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #142516

Black with #142516

Text Example


Text Example

White with #142516

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #142516; }

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

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

background-color css

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

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

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

border-color css

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

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

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