Html Css Color HEX #142B18 Black Bean

📋 copy color: '#142B18'

red 20 ◦ green 43 ◦ blue 24

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

Shades of Black Bean #142B18

Tints of Black Bean #142B18

RGB

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

 GREEN value IS 43 (17.19% from 255) = 49.43%

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

R = 22.99%
G = 49.43%
B = 27.59%

CMYK

 C value IS 0.53

 M value IS 0

 Y value IS 0.44

 K value IS 0.83

RGB Variations

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

Color information

#142B18 (or 0x142B18) is known color: Black Bean. HEX triplet: 14, 2B and 18. RGB value is (20,43,24). Sum of RGB (Red+Green+Blue) = 20+43+24=87 (11% of max value = 765). Red value is 20 (8.20% from 255 or 22.99% from 87); Green value is 43 (17.19% from 255 or 49.43% from 87); Blue value is 24 (9.77% from 255 or 27.59% from 87); Max value from RGB is 43 - color contains mainly: green. Hex color #142B18 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #142B18 is #EBD4E7. Grayscale: #222222. Windows color (decimal): -15455464 or 1583892. OLE color: 1583892.

HSL color Cylindrical-coordinate representation of color #142B18: hue angle of 130.43º degrees, saturation: 0.37, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.17% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #142B18 is Cyan = 0.53, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.83.

Color convert

RGB 20 43 24 -
CMYK 0.53 0 0.44 0.83
HSL 130.43º 0.37% 0.12% -
HSV(B) 130.43º 0.53% 0.17% -
XYZ 1.32 1.94 1.17 -
YUV 33.96 122.38 118.04 -
System Red Green Blue C M Y K H S L
Decimal 20 43 24 0.53 0 0.44 0.83 130.43 0.37 0.12
Hex 14 2B 18 35 0 2C 53 82 25 C
Octal 24 53 30 65 0 54 123 202 45 14
Binary 10100 101011 11000 110101 0 101100 1010011 10000010 100101 1100

Color Harmonies of #142B18

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #142B18

Black with #142B18

Text Example


Text Example

White with #142B18

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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