Html Css Color HEX #142419 Black Bean

📋 copy color: '#142419'

red 20 ◦ green 36 ◦ blue 25

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

Shades of Black Bean #142419

Tints of Black Bean #142419

RGB

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

 GREEN value IS 36 (14.45% from 255) = 44.44%

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

R = 24.69%
G = 44.44%
B = 30.86%

CMYK

 C value IS 0.44

 M value IS 0

 Y value IS 0.31

 K value IS 0.86

RGB Variations

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

Color information

#142419 (or 0x142419) is known color: Black Bean. HEX triplet: 14, 24 and 19. RGB value is (20,36,25). Sum of RGB (Red+Green+Blue) = 20+36+25=81 (10% of max value = 765). Red value is 20 (8.20% from 255 or 24.69% from 81); Green value is 36 (14.45% from 255 or 44.44% from 81); Blue value is 25 (10.16% from 255 or 30.86% from 81); Max value from RGB is 36 - color contains mainly: green. Hex color #142419 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #142419 is #EBDBE6. Grayscale: #1D1D1D. Windows color (decimal): -15457255 or 1647636. OLE color: 1647636.

HSL color Cylindrical-coordinate representation of color #142419: hue angle of 138.75º degrees, saturation: 0.29, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.14% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #142419 is Cyan = 0.44, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.86.

Color convert

RGB 20 36 25 -
CMYK 0.44 0 0.31 0.86
HSL 138.75º 0.29% 0.11% -
HSV(B) 138.75º 0.44% 0.14% -
XYZ 1.09 1.48 1.15 -
YUV 29.96 125.2 120.89 -
System Red Green Blue C M Y K H S L
Decimal 20 36 25 0.44 0 0.31 0.86 138.75 0.29 0.11
Hex 14 24 19 2C 0 1F 56 8B 1D B
Octal 24 44 31 54 0 37 126 213 35 13
Binary 10100 100100 11001 101100 0 11111 1010110 10001011 11101 1011

Color Harmonies of #142419

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #142419

Black with #142419

Text Example


Text Example

White with #142419

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #142419; }

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

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

background-color css

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

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

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

border-color css

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

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

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