Html Css Color HEX #143119 Black Bean

📋 copy color: '#143119'

red 20 ◦ green 49 ◦ blue 25

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

Shades of Black Bean #143119

Tints of Black Bean #143119

RGB

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

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

 BLUE value IS 25 (10.16% from 255) = 26.6%

R = 21.28%
G = 52.13%
B = 26.6%

CMYK

 C value IS 0.59

 M value IS 0

 Y value IS 0.49

 K value IS 0.81

RGB Variations

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

Color information

#143119 (or 0x143119) is known color: Black Bean. HEX triplet: 14, 31 and 19. RGB value is (20,49,25). Sum of RGB (Red+Green+Blue) = 20+49+25=94 (12% of max value = 765). Red value is 20 (8.20% from 255 or 21.28% from 94); Green value is 49 (19.53% from 255 or 52.13% from 94); Blue value is 25 (10.16% from 255 or 26.60% from 94); Max value from RGB is 49 - color contains mainly: green. Hex color #143119 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #143119 is #EBCEE6. Grayscale: #252525. Windows color (decimal): -15453927 or 1650964. OLE color: 1650964.

HSL color Cylindrical-coordinate representation of color #143119: hue angle of 130.34º 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 #143119 is Cyan = 0.59, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.81.

Color convert

RGB 20 49 25 -
CMYK 0.59 0 0.49 0.81
HSL 130.34º 0.42% 0.14% -
HSV(B) 130.34º 0.59% 0.19% -
XYZ 1.56 2.42 1.3 -
YUV 37.59 120.89 115.45 -
System Red Green Blue C M Y K H S L
Decimal 20 49 25 0.59 0 0.49 0.81 130.34 0.42 0.14
Hex 14 31 19 3B 0 31 51 82 2A E
Octal 24 61 31 73 0 61 121 202 52 16
Binary 10100 110001 11001 111011 0 110001 1010001 10000010 101010 1110

Color Harmonies of #143119

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #143119

Black with #143119

Text Example


Text Example

White with #143119

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #143119; }

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

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

background-color css

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

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

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

border-color css

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

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

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