Html Css Color HEX #143118 Black Bean

📋 copy color: '#143118'

red 20 ◦ green 49 ◦ blue 24

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

Shades of Black Bean #143118

Tints of Black Bean #143118

RGB

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

 GREEN value IS 49 (19.53% from 255) = 52.69%

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

R = 21.51%
G = 52.69%
B = 25.81%

CMYK

 C value IS 0.59

 M value IS 0

 Y value IS 0.51

 K value IS 0.81

RGB Variations

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

Color information

#143118 (or 0x143118) is known color: Black Bean. HEX triplet: 14, 31 and 18. RGB value is (20,49,24). Sum of RGB (Red+Green+Blue) = 20+49+24=93 (12% of max value = 765). Red value is 20 (8.20% from 255 or 21.51% from 93); Green value is 49 (19.53% from 255 or 52.69% from 93); Blue value is 24 (9.77% from 255 or 25.81% from 93); Max value from RGB is 49 - color contains mainly: green. Hex color #143118 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #143118 is #EBCEE7. Grayscale: #252525. Windows color (decimal): -15453928 or 1585428. OLE color: 1585428.

HSL color Cylindrical-coordinate representation of color #143118: hue angle of 128.28º degrees, saturation: 0.42, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #143118 is Cyan = 0.59, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.81.

Color convert

RGB 20 49 24 -
CMYK 0.59 0 0.51 0.81
HSL 128.28º 0.42% 0.14% -
HSV(B) 128.28º 0.59% 0.19% -
XYZ 1.55 2.41 1.25 -
YUV 37.48 120.39 115.53 -
System Red Green Blue C M Y K H S L
Decimal 20 49 24 0.59 0 0.51 0.81 128.28 0.42 0.14
Hex 14 31 18 3B 0 33 51 80 2A E
Octal 24 61 30 73 0 63 121 200 52 16
Binary 10100 110001 11000 111011 0 110011 1010001 10000000 101010 1110

Color Harmonies of #143118

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #143118

Black with #143118

Text Example


Text Example

White with #143118

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #143118; }

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

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

background-color css

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

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

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

border-color css

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

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

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