Html Css Color HEX #142115 Black Bean

📋 copy color: '#142115'

red 20 ◦ green 33 ◦ blue 21

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

Shades of Black Bean #142115

Tints of Black Bean #142115

RGB

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

 GREEN value IS 33 (13.28% from 255) = 44.59%

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

R = 27.03%
G = 44.59%
B = 28.38%

CMYK

 C value IS 0.39

 M value IS 0

 Y value IS 0.36

 K value IS 0.87

RGB Variations

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

Color information

#142115 (or 0x142115) is known color: Black Bean. HEX triplet: 14, 21 and 15. RGB value is (20,33,21). Sum of RGB (Red+Green+Blue) = 20+33+21=74 (9% of max value = 765). Red value is 20 (8.20% from 255 or 27.03% from 74); Green value is 33 (13.28% from 255 or 44.59% from 74); Blue value is 21 (8.59% from 255 or 28.38% from 74); Max value from RGB is 33 - color contains mainly: green. Hex color #142115 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #142115 is #EBDEEA. Grayscale: #1B1B1B. Windows color (decimal): -15458027 or 1384724. OLE color: 1384724.

HSL color Cylindrical-coordinate representation of color #142115: hue angle of 124.62º degrees, saturation: 0.25, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #142115 is Cyan = 0.39, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.87.

Color convert

RGB 20 33 21 -
CMYK 0.39 0 0.36 0.87
HSL 124.62º 0.25% 0.1% -
HSV(B) 124.62º 0.39% 0.13% -
XYZ 0.97 1.29 0.91 -
YUV 27.75 124.19 122.48 -
System Red Green Blue C M Y K H S L
Decimal 20 33 21 0.39 0 0.36 0.87 124.62 0.25 0.1
Hex 14 21 15 27 0 24 57 7D 19 A
Octal 24 41 25 47 0 44 127 175 31 12
Binary 10100 100001 10101 100111 0 100100 1010111 1111101 11001 1010

Color Harmonies of #142115

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #142115

Black with #142115

Text Example


Text Example

White with #142115

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #142115; }

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

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

background-color css

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

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

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

border-color css

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

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

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