Html Css Color HEX #141E16 Black Bean

📋 copy color: '#141E16'

red 20 ◦ green 30 ◦ blue 22

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

Shades of Black Bean #141E16

Tints of Black Bean #141E16

RGB

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

 GREEN value IS 30 (12.11% from 255) = 41.67%

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

R = 27.78%
G = 41.67%
B = 30.56%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.27

 K value IS 0.88

RGB Variations

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

Color information

#141E16 (or 0x141E16) is known color: Black Bean. HEX triplet: 14, 1E and 16. RGB value is (20,30,22). Sum of RGB (Red+Green+Blue) = 20+30+22=72 (9% of max value = 765). Red value is 20 (8.20% from 255 or 27.78% from 72); Green value is 30 (12.11% from 255 or 41.67% from 72); Blue value is 22 (8.98% from 255 or 30.56% from 72); Max value from RGB is 30 - color contains mainly: green. Hex color #141E16 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #141E16 is #EBE1E9. Grayscale: #1A1A1A. Windows color (decimal): -15458794 or 1449492. OLE color: 1449492.

HSL color Cylindrical-coordinate representation of color #141E16: hue angle of 132º degrees, saturation: 0.2, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.12% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #141E16 is Cyan = 0.33, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.88.

Color convert

RGB 20 30 22 -
CMYK 0.33 0 0.27 0.88
HSL 132º 0.2% 0.1% -
HSV(B) 132º 0.33% 0.12% -
XYZ 0.9 1.14 0.93 -
YUV 26.1 125.69 123.65 -
System Red Green Blue C M Y K H S L
Decimal 20 30 22 0.33 0 0.27 0.88 132 0.2 0.1
Hex 14 1E 16 21 0 1B 58 84 14 A
Octal 24 36 26 41 0 33 130 204 24 12
Binary 10100 11110 10110 100001 0 11011 1011000 10000100 10100 1010

Color Harmonies of #141E16

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #141E16

Black with #141E16

Text Example


Text Example

White with #141E16

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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