Html Css Color HEX #141D14 Black Bean

📋 copy color: '#141D14'

red 20 ◦ green 29 ◦ blue 20

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

Shades of Black Bean #141D14

Tints of Black Bean #141D14

RGB

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

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

 BLUE value IS 20 (8.2% from 255) = 28.99%

R = 28.99%
G = 42.03%
B = 28.99%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.31

 K value IS 0.89

RGB Variations

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

Color information

#141D14 (or 0x141D14) is known color: Black Bean. HEX triplet: 14, 1D and 14. RGB value is (20,29,20). Sum of RGB (Red+Green+Blue) = 20+29+20=69 (9% of max value = 765). Red value is 20 (8.20% from 255 or 28.99% from 69); Green value is 29 (11.72% from 255 or 42.03% from 69); Blue value is 20 (8.20% from 255 or 28.99% from 69); Max value from RGB is 29 - color contains mainly: green. Hex color #141D14 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #141D14 is #EBE2EB. Grayscale: #191919. Windows color (decimal): -15459052 or 1318164. OLE color: 1318164.

HSL color Cylindrical-coordinate representation of color #141D14: hue angle of 120º 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 #141D14 is Cyan = 0.31, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.89.

Color convert

RGB 20 29 20 -
CMYK 0.31 0 0.31 0.89
HSL 120º 0.18% 0.1% -
HSV(B) 120º 0.31% 0.11% -
XYZ 0.85 1.08 0.82 -
YUV 25.28 125.02 124.23 -
System Red Green Blue C M Y K H S L
Decimal 20 29 20 0.31 0 0.31 0.89 120 0.18 0.1
Hex 14 1D 14 1F 0 1F 59 78 12 A
Octal 24 35 24 37 0 37 131 170 22 12
Binary 10100 11101 10100 11111 0 11111 1011001 1111000 10010 1010

Color Harmonies of #141D14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #141D14

Black with #141D14

Text Example


Text Example

White with #141D14

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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