Html Css Color HEX #141814 Black Bean

📋 copy color: '#141814'

red 20 ◦ green 24 ◦ blue 20

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

Shades of Black Bean #141814

Tints of Black Bean #141814

RGB

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

 GREEN value IS 24 (9.77% from 255) = 37.5%

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

R = 31.25%
G = 37.5%
B = 31.25%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.17

 K value IS 0.91

RGB Variations

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

Color information

#141814 (or 0x141814) is known color: Black Bean. HEX triplet: 14, 18 and 14. RGB value is (20,24,20). Sum of RGB (Red+Green+Blue) = 20+24+20=64 (8% of max value = 765). Red value is 20 (8.20% from 255 or 31.25% from 64); Green value is 24 (9.77% from 255 or 37.5% from 64); Blue value is 20 (8.20% from 255 or 31.25% from 64); Max value from RGB is 24 - color contains mainly: green. Hex color #141814 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #141814 is #EBE7EB. Grayscale: #161616. Windows color (decimal): -15460332 or 1316884. OLE color: 1316884.

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

Color convert

RGB 20 24 20 -
CMYK 0.17 0 0.17 0.91
HSL 120º 0.09% 0.09% -
HSV(B) 120º 0.17% 0.09% -
XYZ 0.74 0.85 0.79 -
YUV 22.35 126.67 126.33 -
System Red Green Blue C M Y K H S L
Decimal 20 24 20 0.17 0 0.17 0.91 120 0.09 0.09
Hex 14 18 14 11 0 11 5B 78 9 9
Octal 24 30 24 21 0 21 133 170 11 11
Binary 10100 11000 10100 10001 0 10001 1011011 1111000 1001 1001

Color Harmonies of #141814

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #141814

Black with #141814

Text Example


Text Example

White with #141814

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #141814; }

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

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

background-color css

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

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

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

border-color css

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

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

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