Html Css Color HEX #141715 Black Bean

📋 copy color: '#141715'

red 20 ◦ green 23 ◦ blue 21

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

Shades of Black Bean #141715

Tints of Black Bean #141715

RGB

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

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

 BLUE value IS 21 (8.59% from 255) = 32.81%

R = 31.25%
G = 35.94%
B = 32.81%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.09

 K value IS 0.91

RGB Variations

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

Color information

#141715 (or 0x141715) is known color: Black Bean. HEX triplet: 14, 17 and 15. RGB value is (20,23,21). Sum of RGB (Red+Green+Blue) = 20+23+21=64 (8% of max value = 765). Red value is 20 (8.20% from 255 or 31.25% from 64); Green value is 23 (9.38% from 255 or 35.94% from 64); Blue value is 21 (8.59% from 255 or 32.81% from 64); Max value from RGB is 23 - color contains mainly: green. Hex color #141715 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #141715 is #EBE8EA. Grayscale: #151515. Windows color (decimal): -15460587 or 1382164. OLE color: 1382164.

HSL color Cylindrical-coordinate representation of color #141715: hue angle of 140º 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 #141715 is Cyan = 0.13, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.91.

Color convert

RGB 20 23 21 -
CMYK 0.13 0 0.09 0.91
HSL 140º 0.07% 0.08% -
HSV(B) 140º 0.13% 0.09% -
XYZ 0.73 0.82 0.83 -
YUV 21.88 127.51 126.66 -
System Red Green Blue C M Y K H S L
Decimal 20 23 21 0.13 0 0.09 0.91 140 0.07 0.08
Hex 14 17 15 D 0 9 5B 8C 7 8
Octal 24 27 25 15 0 11 133 214 7 10
Binary 10100 10111 10101 1101 0 1001 1011011 10001100 111 1000

Color Harmonies of #141715

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #141715

Black with #141715

Text Example


Text Example

White with #141715

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #141715; }

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

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

background-color css

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

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

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

border-color css

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

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

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