Html Css Color HEX #141714 Black Bean

📋 copy color: '#141714'

red 20 ◦ green 23 ◦ blue 20

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

Shades of Black Bean #141714

Tints of Black Bean #141714

RGB

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

 GREEN value IS 23 (9.38% from 255) = 36.51%

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

R = 31.75%
G = 36.51%
B = 31.75%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.13

 K value IS 0.91

RGB Variations

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

Color information

#141714 (or 0x141714) is known color: Black Bean. HEX triplet: 14, 17 and 14. RGB value is (20,23,20). Sum of RGB (Red+Green+Blue) = 20+23+20=63 (8% of max value = 765). Red value is 20 (8.20% from 255 or 31.75% from 63); Green value is 23 (9.38% from 255 or 36.51% from 63); Blue value is 20 (8.20% from 255 or 31.75% from 63); Max value from RGB is 23 - color contains mainly: green. Hex color #141714 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #141714 is #EBE8EB. Grayscale: #151515. Windows color (decimal): -15460588 or 1316628. OLE color: 1316628.

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

Color convert

RGB 20 23 20 -
CMYK 0.13 0 0.13 0.91
HSL 120º 0.07% 0.08% -
HSV(B) 120º 0.13% 0.09% -
XYZ 0.72 0.81 0.78 -
YUV 21.76 127.01 126.74 -
System Red Green Blue C M Y K H S L
Decimal 20 23 20 0.13 0 0.13 0.91 120 0.07 0.08
Hex 14 17 14 D 0 D 5B 78 7 8
Octal 24 27 24 15 0 15 133 170 7 10
Binary 10100 10111 10100 1101 0 1101 1011011 1111000 111 1000

Color Harmonies of #141714

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #141714

Black with #141714

Text Example


Text Example

White with #141714

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #141714; }

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

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

background-color css

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

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

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

border-color css

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

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

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