Html Css Color HEX #142C16 Black Bean

📋 copy color: '#142C16'

red 20 ◦ green 44 ◦ blue 22

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

Shades of Black Bean #142C16

Tints of Black Bean #142C16

RGB

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

 GREEN value IS 44 (17.58% from 255) = 51.16%

 BLUE value IS 22 (8.98% from 255) = 25.58%

R = 23.26%
G = 51.16%
B = 25.58%

CMYK

 C value IS 0.55

 M value IS 0

 Y value IS 0.5

 K value IS 0.83

RGB Variations

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

Color information

#142C16 (or 0x142C16) is known color: Black Bean. HEX triplet: 14, 2C and 16. RGB value is (20,44,22). Sum of RGB (Red+Green+Blue) = 20+44+22=86 (11% of max value = 765). Red value is 20 (8.20% from 255 or 23.26% from 86); Green value is 44 (17.58% from 255 or 51.16% from 86); Blue value is 22 (8.98% from 255 or 25.58% from 86); Max value from RGB is 44 - color contains mainly: green. Hex color #142C16 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #142C16 is #EBD3E9. Grayscale: #222222. Windows color (decimal): -15455210 or 1453076. OLE color: 1453076.

HSL color Cylindrical-coordinate representation of color #142C16: hue angle of 125º degrees, saturation: 0.38, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.17% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #142C16 is Cyan = 0.55, Magento = 0, Yellow = 0.5 and Black (K on CMYK) = 0.83.

Color convert

RGB 20 44 22 -
CMYK 0.55 0 0.5 0.83
HSL 125º 0.38% 0.13% -
HSV(B) 125º 0.55% 0.17% -
XYZ 1.33 2.01 1.08 -
YUV 34.32 121.05 117.79 -
System Red Green Blue C M Y K H S L
Decimal 20 44 22 0.55 0 0.5 0.83 125 0.38 0.13
Hex 14 2C 16 37 0 32 53 7D 26 D
Octal 24 54 26 67 0 62 123 175 46 15
Binary 10100 101100 10110 110111 0 110010 1010011 1111101 100110 1101

Color Harmonies of #142C16

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #142C16

Black with #142C16

Text Example


Text Example

White with #142C16

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(20,44,22); }

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

background-color css

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

 a { background-color: rgb(20,44,22); }

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

border-color css

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

 span { border-color: rgb(20,44,22); }

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