Html Css Color HEX #142014 Black Bean

📋 copy color: '#142014'

red 20 ◦ green 32 ◦ blue 20

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

Shades of Black Bean #142014

Tints of Black Bean #142014

RGB

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

 GREEN value IS 32 (12.89% from 255) = 44.44%

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

R = 27.78%
G = 44.44%
B = 27.78%

CMYK

 C value IS 0.37

 M value IS 0

 Y value IS 0.37

 K value IS 0.87

RGB Variations

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

Color information

#142014 (or 0x142014) is known color: Black Bean. HEX triplet: 14, 20 and 14. RGB value is (20,32,20). Sum of RGB (Red+Green+Blue) = 20+32+20=72 (9% of max value = 765). Red value is 20 (8.20% from 255 or 27.78% from 72); Green value is 32 (12.89% from 255 or 44.44% from 72); Blue value is 20 (8.20% from 255 or 27.78% from 72); Max value from RGB is 32 - color contains mainly: green. Hex color #142014 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #142014 is #EBDFEB. Grayscale: #1B1B1B. Windows color (decimal): -15458284 or 1318932. OLE color: 1318932.

HSL color Cylindrical-coordinate representation of color #142014: hue angle of 120º degrees, saturation: 0.23, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #142014 is Cyan = 0.37, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.87.

Color convert

RGB 20 32 20 -
CMYK 0.37 0 0.37 0.87
HSL 120º 0.23% 0.1% -
HSV(B) 120º 0.38% 0.13% -
XYZ 0.93 1.23 0.85 -
YUV 27.04 124.02 122.98 -
System Red Green Blue C M Y K H S L
Decimal 20 32 20 0.37 0 0.37 0.87 120 0.23 0.1
Hex 14 20 14 25 0 25 57 78 17 A
Octal 24 40 24 45 0 45 127 170 27 12
Binary 10100 100000 10100 100101 0 100101 1010111 1111000 10111 1010

Color Harmonies of #142014

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #142014

Black with #142014

Text Example


Text Example

White with #142014

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #142014; }

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

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

background-color css

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

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

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

border-color css

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

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

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