Html Css Color HEX #142C18 Black Bean

📋 copy color: '#142C18'

red 20 ◦ green 44 ◦ blue 24

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

Shades of Black Bean #142C18

Tints of Black Bean #142C18

RGB

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

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

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

R = 22.73%
G = 50%
B = 27.27%

CMYK

 C value IS 0.55

 M value IS 0

 Y value IS 0.45

 K value IS 0.83

RGB Variations

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

Color information

#142C18 (or 0x142C18) is known color: Black Bean. HEX triplet: 14, 2C and 18. RGB value is (20,44,24). Sum of RGB (Red+Green+Blue) = 20+44+24=88 (11% of max value = 765). Red value is 20 (8.20% from 255 or 22.73% from 88); Green value is 44 (17.58% from 255 or 50% from 88); Blue value is 24 (9.77% from 255 or 27.27% from 88); Max value from RGB is 44 - color contains mainly: green. Hex color #142C18 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #142C18 is #EBD3E7. Grayscale: #222222. Windows color (decimal): -15455208 or 1584148. OLE color: 1584148.

HSL color Cylindrical-coordinate representation of color #142C18: hue angle of 130º 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 #142C18 is Cyan = 0.55, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.83.

Color convert

RGB 20 44 24 -
CMYK 0.55 0 0.45 0.83
HSL 130º 0.38% 0.13% -
HSV(B) 130º 0.55% 0.17% -
XYZ 1.35 2.02 1.18 -
YUV 34.54 122.05 117.63 -
System Red Green Blue C M Y K H S L
Decimal 20 44 24 0.55 0 0.45 0.83 130 0.38 0.13
Hex 14 2C 18 37 0 2D 53 82 26 D
Octal 24 54 30 67 0 55 123 202 46 15
Binary 10100 101100 11000 110111 0 101101 1010011 10000010 100110 1101

Color Harmonies of #142C18

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #142C18

Black with #142C18

Text Example


Text Example

White with #142C18

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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