Html Css Color HEX #142519 Black Bean

📋 copy color: '#142519'

red 20 ◦ green 37 ◦ blue 25

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

Shades of Black Bean #142519

Tints of Black Bean #142519

RGB

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

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

 BLUE value IS 25 (10.16% from 255) = 30.49%

R = 24.39%
G = 45.12%
B = 30.49%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0.32

 K value IS 0.85

RGB Variations

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

Color information

#142519 (or 0x142519) is known color: Black Bean. HEX triplet: 14, 25 and 19. RGB value is (20,37,25). Sum of RGB (Red+Green+Blue) = 20+37+25=82 (10% of max value = 765). Red value is 20 (8.20% from 255 or 24.39% from 82); Green value is 37 (14.84% from 255 or 45.12% from 82); Blue value is 25 (10.16% from 255 or 30.49% from 82); Max value from RGB is 37 - color contains mainly: green. Hex color #142519 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #142519 is #EBDAE6. Grayscale: #1E1E1E. Windows color (decimal): -15456999 or 1647892. OLE color: 1647892.

HSL color Cylindrical-coordinate representation of color #142519: hue angle of 137.65º 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 #142519 is Cyan = 0.46, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.85.

Color convert

RGB 20 37 25 -
CMYK 0.46 0 0.32 0.85
HSL 137.65º 0.3% 0.11% -
HSV(B) 137.65º 0.46% 0.15% -
XYZ 1.13 1.54 1.16 -
YUV 30.55 124.87 120.48 -
System Red Green Blue C M Y K H S L
Decimal 20 37 25 0.46 0 0.32 0.85 137.65 0.3 0.11
Hex 14 25 19 2E 0 20 55 8A 1E B
Octal 24 45 31 56 0 40 125 212 36 13
Binary 10100 100101 11001 101110 0 100000 1010101 10001010 11110 1011

Color Harmonies of #142519

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #142519

Black with #142519

Text Example


Text Example

White with #142519

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #142519; }

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

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

background-color css

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

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

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

border-color css

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

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

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