Html Css Color HEX #141F14 Black Bean

📋 copy color: '#141F14'

red 20 ◦ green 31 ◦ blue 20

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

Shades of Black Bean #141F14

Tints of Black Bean #141F14

RGB

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

 GREEN value IS 31 (12.5% from 255) = 43.66%

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

R = 28.17%
G = 43.66%
B = 28.17%

CMYK

 C value IS 0.35

 M value IS 0

 Y value IS 0.35

 K value IS 0.88

RGB Variations

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

Color information

#141F14 (or 0x141F14) is known color: Black Bean. HEX triplet: 14, 1F and 14. RGB value is (20,31,20). Sum of RGB (Red+Green+Blue) = 20+31+20=71 (9% of max value = 765). Red value is 20 (8.20% from 255 or 28.17% from 71); Green value is 31 (12.5% from 255 or 43.66% from 71); Blue value is 20 (8.20% from 255 or 28.17% from 71); Max value from RGB is 31 - color contains mainly: green. Hex color #141F14 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #141F14 is #EBE0EB. Grayscale: #1A1A1A. Windows color (decimal): -15458540 or 1318676. OLE color: 1318676.

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

Color convert

RGB 20 31 20 -
CMYK 0.35 0 0.35 0.88
HSL 120º 0.22% 0.1% -
HSV(B) 120º 0.35% 0.12% -
XYZ 0.9 1.18 0.84 -
YUV 26.46 124.36 123.39 -
System Red Green Blue C M Y K H S L
Decimal 20 31 20 0.35 0 0.35 0.88 120 0.22 0.1
Hex 14 1F 14 23 0 23 58 78 16 A
Octal 24 37 24 43 0 43 130 170 26 12
Binary 10100 11111 10100 100011 0 100011 1011000 1111000 10110 1010

Color Harmonies of #141F14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #141F14

Black with #141F14

Text Example


Text Example

White with #141F14

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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