Html Css Color HEX #143019 Black Bean

📋 copy color: '#143019'

red 20 ◦ green 48 ◦ blue 25

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

Shades of Black Bean #143019

Tints of Black Bean #143019

RGB

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

 GREEN value IS 48 (19.14% from 255) = 51.61%

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

R = 21.51%
G = 51.61%
B = 26.88%

CMYK

 C value IS 0.58

 M value IS 0

 Y value IS 0.48

 K value IS 0.81

RGB Variations

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

Color information

#143019 (or 0x143019) is known color: Black Bean. HEX triplet: 14, 30 and 19. RGB value is (20,48,25). Sum of RGB (Red+Green+Blue) = 20+48+25=93 (12% of max value = 765). Red value is 20 (8.20% from 255 or 21.51% from 93); Green value is 48 (19.14% from 255 or 51.61% from 93); Blue value is 25 (10.16% from 255 or 26.88% from 93); Max value from RGB is 48 - color contains mainly: green. Hex color #143019 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #143019 is #EBCFE6. Grayscale: #252525. Windows color (decimal): -15454183 or 1650708. OLE color: 1650708.

HSL color Cylindrical-coordinate representation of color #143019: hue angle of 130.71º degrees, saturation: 0.41, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #143019 is Cyan = 0.58, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.81.

Color convert

RGB 20 48 25 -
CMYK 0.58 0 0.48 0.81
HSL 130.71º 0.41% 0.13% -
HSV(B) 130.71º 0.58% 0.19% -
XYZ 1.52 2.33 1.29 -
YUV 37.01 121.22 115.87 -
System Red Green Blue C M Y K H S L
Decimal 20 48 25 0.58 0 0.48 0.81 130.71 0.41 0.13
Hex 14 30 19 3A 0 30 51 83 29 D
Octal 24 60 31 72 0 60 121 203 51 15
Binary 10100 110000 11001 111010 0 110000 1010001 10000011 101001 1101

Color Harmonies of #143019

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #143019

Black with #143019

Text Example


Text Example

White with #143019

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #143019; }

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

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

background-color css

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

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

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

border-color css

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

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

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