Html Css Color HEX #142015 Black Bean

📋 copy color: '#142015'

red 20 ◦ green 32 ◦ blue 21

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

Shades of Black Bean #142015

Tints of Black Bean #142015

RGB

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

 GREEN value IS 32 (12.89% from 255) = 43.84%

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

R = 27.4%
G = 43.84%
B = 28.77%

CMYK

 C value IS 0.37

 M value IS 0

 Y value IS 0.34

 K value IS 0.87

RGB Variations

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

Color information

#142015 (or 0x142015) is known color: Black Bean. HEX triplet: 14, 20 and 15. RGB value is (20,32,21). Sum of RGB (Red+Green+Blue) = 20+32+21=73 (9% of max value = 765). Red value is 20 (8.20% from 255 or 27.40% from 73); Green value is 32 (12.89% from 255 or 43.84% from 73); Blue value is 21 (8.59% from 255 or 28.77% from 73); Max value from RGB is 32 - color contains mainly: green. Hex color #142015 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #142015 is #EBDFEA. Grayscale: #1B1B1B. Windows color (decimal): -15458283 or 1384468. OLE color: 1384468.

HSL color Cylindrical-coordinate representation of color #142015: hue angle of 125º degrees, saturation: 0.23, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #142015 is Cyan = 0.37, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.87.

Color convert

RGB 20 32 21 -
CMYK 0.37 0 0.34 0.87
HSL 125º 0.23% 0.1% -
HSV(B) 125º 0.38% 0.13% -
XYZ 0.94 1.24 0.9 -
YUV 27.16 124.52 122.89 -
System Red Green Blue C M Y K H S L
Decimal 20 32 21 0.37 0 0.34 0.87 125 0.23 0.1
Hex 14 20 15 25 0 22 57 7D 17 A
Octal 24 40 25 45 0 42 127 175 27 12
Binary 10100 100000 10101 100101 0 100010 1010111 1111101 10111 1010

Color Harmonies of #142015

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #142015

Black with #142015

Text Example


Text Example

White with #142015

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #142015; }

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

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

background-color css

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

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

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

border-color css

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

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

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