Html Css Color HEX #142118 Black Bean

📋 copy color: '#142118'

red 20 ◦ green 33 ◦ blue 24

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

Shades of Black Bean #142118

Tints of Black Bean #142118

RGB

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

 GREEN value IS 33 (13.28% from 255) = 42.86%

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

R = 25.97%
G = 42.86%
B = 31.17%

CMYK

 C value IS 0.39

 M value IS 0

 Y value IS 0.27

 K value IS 0.87

RGB Variations

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

Color information

#142118 (or 0x142118) is known color: Black Bean. HEX triplet: 14, 21 and 18. RGB value is (20,33,24). Sum of RGB (Red+Green+Blue) = 20+33+24=77 (10% of max value = 765). Red value is 20 (8.20% from 255 or 25.97% from 77); Green value is 33 (13.28% from 255 or 42.86% from 77); Blue value is 24 (9.77% from 255 or 31.17% from 77); Max value from RGB is 33 - color contains mainly: green. Hex color #142118 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #142118 is #EBDEE7. Grayscale: #1C1C1C. Windows color (decimal): -15458024 or 1581332. OLE color: 1581332.

HSL color Cylindrical-coordinate representation of color #142118: hue angle of 138.46º degrees, saturation: 0.25, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #142118 is Cyan = 0.39, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.87.

Color convert

RGB 20 33 24 -
CMYK 0.39 0 0.27 0.87
HSL 138.46º 0.25% 0.1% -
HSV(B) 138.46º 0.39% 0.13% -
XYZ 1 1.3 1.06 -
YUV 28.09 125.69 122.23 -
System Red Green Blue C M Y K H S L
Decimal 20 33 24 0.39 0 0.27 0.87 138.46 0.25 0.1
Hex 14 21 18 27 0 1B 57 8A 19 A
Octal 24 41 30 47 0 33 127 212 31 12
Binary 10100 100001 11000 100111 0 11011 1010111 10001010 11001 1010

Color Harmonies of #142118

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #142118

Black with #142118

Text Example


Text Example

White with #142118

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #142118; }

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

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

background-color css

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

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

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

border-color css

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

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

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