Html Css Color HEX #141D16 Black Bean

📋 copy color: '#141D16'

red 20 ◦ green 29 ◦ blue 22

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

Shades of Black Bean #141D16

Tints of Black Bean #141D16

RGB

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

 GREEN value IS 29 (11.72% from 255) = 40.85%

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

R = 28.17%
G = 40.85%
B = 30.99%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.24

 K value IS 0.89

RGB Variations

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

Color information

#141D16 (or 0x141D16) is known color: Black Bean. HEX triplet: 14, 1D and 16. RGB value is (20,29,22). Sum of RGB (Red+Green+Blue) = 20+29+22=71 (9% of max value = 765). Red value is 20 (8.20% from 255 or 28.17% from 71); Green value is 29 (11.72% from 255 or 40.85% from 71); Blue value is 22 (8.98% from 255 or 30.99% from 71); Max value from RGB is 29 - color contains mainly: green. Hex color #141D16 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #141D16 is #EBE2E9. Grayscale: #191919. Windows color (decimal): -15459050 or 1449236. OLE color: 1449236.

HSL color Cylindrical-coordinate representation of color #141D16: hue angle of 133.33º degrees, saturation: 0.18, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #141D16 is Cyan = 0.31, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.89.

Color convert

RGB 20 29 22 -
CMYK 0.31 0 0.24 0.89
HSL 133.33º 0.18% 0.1% -
HSV(B) 133.33º 0.31% 0.11% -
XYZ 0.87 1.09 0.92 -
YUV 25.51 126.02 124.07 -
System Red Green Blue C M Y K H S L
Decimal 20 29 22 0.31 0 0.24 0.89 133.33 0.18 0.1
Hex 14 1D 16 1F 0 18 59 85 12 A
Octal 24 35 26 37 0 30 131 205 22 12
Binary 10100 11101 10110 11111 0 11000 1011001 10000101 10010 1010

Color Harmonies of #141D16

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #141D16

Black with #141D16

Text Example


Text Example

White with #141D16

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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