Html Css Color HEX #142A19 Black Bean

📋 copy color: '#142A19'

red 20 ◦ green 42 ◦ blue 25

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

Shades of Black Bean #142A19

Tints of Black Bean #142A19

RGB

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

 GREEN value IS 42 (16.8% from 255) = 48.28%

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

R = 22.99%
G = 48.28%
B = 28.74%

CMYK

 C value IS 0.52

 M value IS 0

 Y value IS 0.40

 K value IS 0.84

RGB Variations

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

Color information

#142A19 (or 0x142A19) is known color: Black Bean. HEX triplet: 14, 2A and 19. RGB value is (20,42,25). Sum of RGB (Red+Green+Blue) = 20+42+25=87 (11% of max value = 765). Red value is 20 (8.20% from 255 or 22.99% from 87); Green value is 42 (16.80% from 255 or 48.28% from 87); Blue value is 25 (10.16% from 255 or 28.74% from 87); Max value from RGB is 42 - color contains mainly: green. Hex color #142A19 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #142A19 is #EBD5E6. Grayscale: #212121. Windows color (decimal): -15455719 or 1649172. OLE color: 1649172.

HSL color Cylindrical-coordinate representation of color #142A19: hue angle of 133.64º degrees, saturation: 0.35, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #142A19 is Cyan = 0.52, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.84.

Color convert

RGB 20 42 25 -
CMYK 0.52 0 0.40 0.84
HSL 133.64º 0.35% 0.12% -
HSV(B) 133.64º 0.52% 0.16% -
XYZ 1.29 1.87 1.21 -
YUV 33.48 123.21 118.38 -
System Red Green Blue C M Y K H S L
Decimal 20 42 25 0.52 0 0.40 0.84 133.64 0.35 0.12
Hex 14 2A 19 34 0 28 54 86 23 C
Octal 24 52 31 64 0 50 124 206 43 14
Binary 10100 101010 11001 110100 0 101000 1010100 10000110 100011 1100

Color Harmonies of #142A19

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #142A19

Black with #142A19

Text Example


Text Example

White with #142A19

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #142A19; }

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

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

background-color css

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

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

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

border-color css

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

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

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