Html Css Color HEX #142518 Black Bean

📋 copy color: '#142518'

red 20 ◦ green 37 ◦ blue 24

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

Shades of Black Bean #142518

Tints of Black Bean #142518

RGB

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

 GREEN value IS 37 (14.84% from 255) = 45.68%

 BLUE value IS 24 (9.77% from 255) = 29.63%

R = 24.69%
G = 45.68%
B = 29.63%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0.35

 K value IS 0.85

RGB Variations

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

Color information

#142518 (or 0x142518) is known color: Black Bean. HEX triplet: 14, 25 and 18. RGB value is (20,37,24). Sum of RGB (Red+Green+Blue) = 20+37+24=81 (10% of max value = 765). Red value is 20 (8.20% from 255 or 24.69% from 81); Green value is 37 (14.84% from 255 or 45.68% from 81); Blue value is 24 (9.77% from 255 or 29.63% from 81); Max value from RGB is 37 - color contains mainly: green. Hex color #142518 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #142518 is #EBDAE7. Grayscale: #1E1E1E. Windows color (decimal): -15457000 or 1582356. OLE color: 1582356.

HSL color Cylindrical-coordinate representation of color #142518: hue angle of 134.12º degrees, saturation: 0.3, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #142518 is Cyan = 0.46, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.85.

Color convert

RGB 20 37 24 -
CMYK 0.46 0 0.35 0.85
HSL 134.12º 0.3% 0.11% -
HSV(B) 134.12º 0.46% 0.15% -
XYZ 1.11 1.54 1.1 -
YUV 30.44 124.37 120.56 -
System Red Green Blue C M Y K H S L
Decimal 20 37 24 0.46 0 0.35 0.85 134.12 0.3 0.11
Hex 14 25 18 2E 0 23 55 86 1E B
Octal 24 45 30 56 0 43 125 206 36 13
Binary 10100 100101 11000 101110 0 100011 1010101 10000110 11110 1011

Color Harmonies of #142518

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #142518

Black with #142518

Text Example


Text Example

White with #142518

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #142518; }

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

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

background-color css

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

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

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

border-color css

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

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

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