Html Css Color HEX #141E15 Black Bean

📋 copy color: '#141E15'

red 20 ◦ green 30 ◦ blue 21

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

Shades of Black Bean #141E15

Tints of Black Bean #141E15

RGB

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

 GREEN value IS 30 (12.11% from 255) = 42.25%

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

R = 28.17%
G = 42.25%
B = 29.58%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.30

 K value IS 0.88

RGB Variations

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

Color information

#141E15 (or 0x141E15) is known color: Black Bean. HEX triplet: 14, 1E and 15. RGB value is (20,30,21). Sum of RGB (Red+Green+Blue) = 20+30+21=71 (9% of max value = 765). Red value is 20 (8.20% from 255 or 28.17% from 71); Green value is 30 (12.11% from 255 or 42.25% from 71); Blue value is 21 (8.59% from 255 or 29.58% from 71); Max value from RGB is 30 - color contains mainly: green. Hex color #141E15 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #141E15 is #EBE1EA. Grayscale: #1A1A1A. Windows color (decimal): -15458795 or 1383956. OLE color: 1383956.

HSL color Cylindrical-coordinate representation of color #141E15: hue angle of 126º degrees, saturation: 0.2, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.12% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #141E15 is Cyan = 0.33, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.88.

Color convert

RGB 20 30 21 -
CMYK 0.33 0 0.30 0.88
HSL 126º 0.2% 0.1% -
HSV(B) 126º 0.33% 0.12% -
XYZ 0.89 1.13 0.88 -
YUV 25.98 125.19 123.73 -
System Red Green Blue C M Y K H S L
Decimal 20 30 21 0.33 0 0.30 0.88 126 0.2 0.1
Hex 14 1E 15 21 0 1E 58 7E 14 A
Octal 24 36 25 41 0 36 130 176 24 12
Binary 10100 11110 10101 100001 0 11110 1011000 1111110 10100 1010

Color Harmonies of #141E15

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #141E15

Black with #141E15

Text Example


Text Example

White with #141E15

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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