Html Css Color HEX #142818 Black Bean

📋 copy color: '#142818'

red 20 ◦ green 40 ◦ blue 24

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

Shades of Black Bean #142818

Tints of Black Bean #142818

RGB

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

 GREEN value IS 40 (16.02% from 255) = 47.62%

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

R = 23.81%
G = 47.62%
B = 28.57%

CMYK

 C value IS 0.5

 M value IS 0

 Y value IS 0.40

 K value IS 0.84

RGB Variations

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

Color information

#142818 (or 0x142818) is known color: Black Bean. HEX triplet: 14, 28 and 18. RGB value is (20,40,24). Sum of RGB (Red+Green+Blue) = 20+40+24=84 (11% of max value = 765). Red value is 20 (8.20% from 255 or 23.81% from 84); Green value is 40 (16.02% from 255 or 47.62% from 84); Blue value is 24 (9.77% from 255 or 28.57% from 84); Max value from RGB is 40 - color contains mainly: green. Hex color #142818 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #142818 is #EBD7E7. Grayscale: #202020. Windows color (decimal): -15456232 or 1583124. OLE color: 1583124.

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

Color convert

RGB 20 40 24 -
CMYK 0.5 0 0.40 0.84
HSL 132º 0.33% 0.12% -
HSV(B) 132º 0.5% 0.16% -
XYZ 1.21 1.73 1.13 -
YUV 32.2 123.37 119.3 -
System Red Green Blue C M Y K H S L
Decimal 20 40 24 0.5 0 0.40 0.84 132 0.33 0.12
Hex 14 28 18 32 0 28 54 84 21 C
Octal 24 50 30 62 0 50 124 204 41 14
Binary 10100 101000 11000 110010 0 101000 1010100 10000100 100001 1100

Color Harmonies of #142818

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #142818

Black with #142818

Text Example


Text Example

White with #142818

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #142818; }

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

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

background-color css

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

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

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

border-color css

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

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

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