Html Css Color HEX #141C14 Black Bean

📋 copy color: '#141C14'

red 20 ◦ green 28 ◦ blue 20

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

Shades of Black Bean #141C14

Tints of Black Bean #141C14

RGB

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

 GREEN value IS 28 (11.33% from 255) = 41.18%

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

R = 29.41%
G = 41.18%
B = 29.41%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.29

 K value IS 0.89

RGB Variations

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

Color information

#141C14 (or 0x141C14) is known color: Black Bean. HEX triplet: 14, 1C and 14. RGB value is (20,28,20). Sum of RGB (Red+Green+Blue) = 20+28+20=68 (9% of max value = 765). Red value is 20 (8.20% from 255 or 29.41% from 68); Green value is 28 (11.33% from 255 or 41.18% from 68); Blue value is 20 (8.20% from 255 or 29.41% from 68); Max value from RGB is 28 - color contains mainly: green. Hex color #141C14 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #141C14 is #EBE3EB. Grayscale: #181818. Windows color (decimal): -15459308 or 1317908. OLE color: 1317908.

HSL color Cylindrical-coordinate representation of color #141C14: hue angle of 120º degrees, saturation: 0.17, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #141C14 is Cyan = 0.29, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.89.

Color convert

RGB 20 28 20 -
CMYK 0.29 0 0.29 0.89
HSL 120º 0.17% 0.09% -
HSV(B) 120º 0.29% 0.11% -
XYZ 0.83 1.03 0.82 -
YUV 24.7 125.35 124.65 -
System Red Green Blue C M Y K H S L
Decimal 20 28 20 0.29 0 0.29 0.89 120 0.17 0.09
Hex 14 1C 14 1D 0 1D 59 78 11 9
Octal 24 34 24 35 0 35 131 170 21 11
Binary 10100 11100 10100 11101 0 11101 1011001 1111000 10001 1001

Color Harmonies of #141C14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #141C14

Black with #141C14

Text Example


Text Example

White with #141C14

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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