Html Css Color HEX #141D15 Black Bean

📋 copy color: '#141D15'

red 20 ◦ green 29 ◦ blue 21

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

Shades of Black Bean #141D15

Tints of Black Bean #141D15

RGB

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

 GREEN value IS 29 (11.72% from 255) = 41.43%

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

R = 28.57%
G = 41.43%
B = 30%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.28

 K value IS 0.89

RGB Variations

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

Color information

#141D15 (or 0x141D15) is known color: Black Bean. HEX triplet: 14, 1D and 15. RGB value is (20,29,21). Sum of RGB (Red+Green+Blue) = 20+29+21=70 (9% of max value = 765). Red value is 20 (8.20% from 255 or 28.57% from 70); Green value is 29 (11.72% from 255 or 41.43% from 70); Blue value is 21 (8.59% from 255 or 30% from 70); Max value from RGB is 29 - color contains mainly: green. Hex color #141D15 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #141D15 is #EBE2EA. Grayscale: #191919. Windows color (decimal): -15459051 or 1383700. OLE color: 1383700.

HSL color Cylindrical-coordinate representation of color #141D15: hue angle of 126.67º degrees, saturation: 0.18, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #141D15 is Cyan = 0.31, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.89.

Color convert

RGB 20 29 21 -
CMYK 0.31 0 0.28 0.89
HSL 126.67º 0.18% 0.1% -
HSV(B) 126.67º 0.31% 0.11% -
XYZ 0.86 1.08 0.87 -
YUV 25.4 125.52 124.15 -
System Red Green Blue C M Y K H S L
Decimal 20 29 21 0.31 0 0.28 0.89 126.67 0.18 0.1
Hex 14 1D 15 1F 0 1C 59 7F 12 A
Octal 24 35 25 37 0 34 131 177 22 12
Binary 10100 11101 10101 11111 0 11100 1011001 1111111 10010 1010

Color Harmonies of #141D15

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #141D15

Black with #141D15

Text Example


Text Example

White with #141D15

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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