Html Css Color HEX #141C16 Black Bean

📋 copy color: '#141C16'

red 20 ◦ green 28 ◦ blue 22

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

Shades of Black Bean #141C16

Tints of Black Bean #141C16

RGB

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

 GREEN value IS 28 (11.33% from 255) = 40%

 BLUE value IS 22 (8.98% from 255) = 31.43%

R = 28.57%
G = 40%
B = 31.43%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.21

 K value IS 0.89

RGB Variations

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

Color information

#141C16 (or 0x141C16) is known color: Black Bean. HEX triplet: 14, 1C and 16. RGB value is (20,28,22). Sum of RGB (Red+Green+Blue) = 20+28+22=70 (9% of max value = 765). Red value is 20 (8.20% from 255 or 28.57% from 70); Green value is 28 (11.33% from 255 or 40% from 70); Blue value is 22 (8.98% from 255 or 31.43% from 70); Max value from RGB is 28 - color contains mainly: green. Hex color #141C16 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #141C16 is #EBE3E9. Grayscale: #181818. Windows color (decimal): -15459306 or 1448980. OLE color: 1448980.

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

Color convert

RGB 20 28 22 -
CMYK 0.29 0 0.21 0.89
HSL 135º 0.17% 0.09% -
HSV(B) 135º 0.29% 0.11% -
XYZ 0.85 1.04 0.91 -
YUV 24.92 126.35 124.49 -
System Red Green Blue C M Y K H S L
Decimal 20 28 22 0.29 0 0.21 0.89 135 0.17 0.09
Hex 14 1C 16 1D 0 15 59 87 11 9
Octal 24 34 26 35 0 25 131 207 21 11
Binary 10100 11100 10110 11101 0 10101 1011001 10000111 10001 1001

Color Harmonies of #141C16

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #141C16

Black with #141C16

Text Example


Text Example

White with #141C16

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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