Html Css Color HEX #141815 Black Bean

📋 copy color: '#141815'

red 20 ◦ green 24 ◦ blue 21

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

Shades of Black Bean #141815

Tints of Black Bean #141815

RGB

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

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

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

R = 30.77%
G = 36.92%
B = 32.31%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.13

 K value IS 0.91

RGB Variations

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

Color information

#141815 (or 0x141815) is known color: Black Bean. HEX triplet: 14, 18 and 15. RGB value is (20,24,21). Sum of RGB (Red+Green+Blue) = 20+24+21=65 (8% of max value = 765). Red value is 20 (8.20% from 255 or 30.77% from 65); Green value is 24 (9.77% from 255 or 36.92% from 65); Blue value is 21 (8.59% from 255 or 32.31% from 65); Max value from RGB is 24 - color contains mainly: green. Hex color #141815 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #141815 is #EBE7EA. Grayscale: #161616. Windows color (decimal): -15460331 or 1382420. OLE color: 1382420.

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

Color convert

RGB 20 24 21 -
CMYK 0.17 0 0.13 0.91
HSL 135º 0.09% 0.09% -
HSV(B) 135º 0.17% 0.09% -
XYZ 0.75 0.86 0.84 -
YUV 22.46 127.17 126.24 -
System Red Green Blue C M Y K H S L
Decimal 20 24 21 0.17 0 0.13 0.91 135 0.09 0.09
Hex 14 18 15 11 0 D 5B 87 9 9
Octal 24 30 25 21 0 15 133 207 11 11
Binary 10100 11000 10101 10001 0 1101 1011011 10000111 1001 1001

Color Harmonies of #141815

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #141815

Black with #141815

Text Example


Text Example

White with #141815

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #141815; }

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

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

background-color css

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

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

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

border-color css

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

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

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