Html Css Color HEX #141614 Black Bean

📋 copy color: '#141614'

red 20 ◦ green 22 ◦ blue 20

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

Shades of Black Bean #141614

Tints of Black Bean #141614

RGB

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

 GREEN value IS 22 (8.98% from 255) = 35.48%

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

R = 32.26%
G = 35.48%
B = 32.26%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.09

 K value IS 0.91

RGB Variations

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

Color information

#141614 (or 0x141614) is known color: Black Bean. HEX triplet: 14, 16 and 14. RGB value is (20,22,20). Sum of RGB (Red+Green+Blue) = 20+22+20=62 (8% of max value = 765). Red value is 20 (8.20% from 255 or 32.26% from 62); Green value is 22 (8.98% from 255 or 35.48% from 62); Blue value is 20 (8.20% from 255 or 32.26% from 62); Max value from RGB is 22 - color contains mainly: green. Hex color #141614 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #141614 is #EBE9EB. Grayscale: #151515. Windows color (decimal): -15460844 or 1316372. OLE color: 1316372.

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

Color convert

RGB 20 22 20 -
CMYK 0.09 0 0.09 0.91
HSL 120º 0.05% 0.08% -
HSV(B) 120º 0.09% 0.09% -
XYZ 0.7 0.77 0.77 -
YUV 21.17 127.34 127.16 -
System Red Green Blue C M Y K H S L
Decimal 20 22 20 0.09 0 0.09 0.91 120 0.05 0.08
Hex 14 16 14 9 0 9 5B 78 5 8
Octal 24 26 24 11 0 11 133 170 5 10
Binary 10100 10110 10100 1001 0 1001 1011011 1111000 101 1000

Color Harmonies of #141614

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #141614

Black with #141614

Text Example


Text Example

White with #141614

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #141614; }

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

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

background-color css

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

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

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

border-color css

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

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

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