Html Css Color HEX #141A16 Black Bean

📋 copy color: '#141A16'

red 20 ◦ green 26 ◦ blue 22

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

Shades of Black Bean #141A16

Tints of Black Bean #141A16

RGB

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

 GREEN value IS 26 (10.55% from 255) = 38.24%

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

R = 29.41%
G = 38.24%
B = 32.35%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.15

 K value IS 0.90

RGB Variations

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

Color information

#141A16 (or 0x141A16) is known color: Black Bean. HEX triplet: 14, 1A and 16. RGB value is (20,26,22). Sum of RGB (Red+Green+Blue) = 20+26+22=68 (9% of max value = 765). Red value is 20 (8.20% from 255 or 29.41% from 68); Green value is 26 (10.55% from 255 or 38.24% from 68); Blue value is 22 (8.98% from 255 or 32.35% from 68); Max value from RGB is 26 - color contains mainly: green. Hex color #141A16 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #141A16 is #EBE5E9. Grayscale: #171717. Windows color (decimal): -15459818 or 1448468. OLE color: 1448468.

HSL color Cylindrical-coordinate representation of color #141A16: hue angle of 140º degrees, saturation: 0.13, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.1% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #141A16 is Cyan = 0.23, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.90.

Color convert

RGB 20 26 22 -
CMYK 0.23 0 0.15 0.90
HSL 140º 0.13% 0.09% -
HSV(B) 140º 0.23% 0.1% -
XYZ 0.8 0.95 0.9 -
YUV 23.75 127.01 125.33 -
System Red Green Blue C M Y K H S L
Decimal 20 26 22 0.23 0 0.15 0.90 140 0.13 0.09
Hex 14 1A 16 17 0 F 5A 8C D 9
Octal 24 32 26 27 0 17 132 214 15 11
Binary 10100 11010 10110 10111 0 1111 1011010 10001100 1101 1001

Color Harmonies of #141A16

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #141A16

Black with #141A16

Text Example


Text Example

White with #141A16

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #141A16; }

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

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

background-color css

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

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

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

border-color css

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

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

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