Html Css Color HEX #143319 Black Bean

📋 copy color: '#143319'

red 20 ◦ green 51 ◦ blue 25

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

Shades of Black Bean #143319

Tints of Black Bean #143319

RGB

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

 GREEN value IS 51 (20.31% from 255) = 53.13%

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

R = 20.83%
G = 53.13%
B = 26.04%

CMYK

 C value IS 0.61

 M value IS 0

 Y value IS 0.51

 K value IS 0.8

RGB Variations

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

Color information

#143319 (or 0x143319) is known color: Black Bean. HEX triplet: 14, 33 and 19. RGB value is (20,51,25). Sum of RGB (Red+Green+Blue) = 20+51+25=96 (12% of max value = 765). Red value is 20 (8.20% from 255 or 20.83% from 96); Green value is 51 (20.31% from 255 or 53.12% from 96); Blue value is 25 (10.16% from 255 or 26.04% from 96); Max value from RGB is 51 - color contains mainly: green. Hex color #143319 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #143319 is #EBCCE6. Grayscale: #262626. Windows color (decimal): -15453415 or 1651476. OLE color: 1651476.

HSL color Cylindrical-coordinate representation of color #143319: hue angle of 129.68º degrees, saturation: 0.44, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #143319 is Cyan = 0.61, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.8.

Color convert

RGB 20 51 25 -
CMYK 0.61 0 0.51 0.8
HSL 129.68º 0.44% 0.14% -
HSV(B) 129.68º 0.61% 0.2% -
XYZ 1.65 2.59 1.33 -
YUV 38.77 120.23 114.61 -
System Red Green Blue C M Y K H S L
Decimal 20 51 25 0.61 0 0.51 0.8 129.68 0.44 0.14
Hex 14 33 19 3D 0 33 50 82 2C E
Octal 24 63 31 75 0 63 120 202 54 16
Binary 10100 110011 11001 111101 0 110011 1010000 10000010 101100 1110

Color Harmonies of #143319

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #143319

Black with #143319

Text Example


Text Example

White with #143319

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #143319; }

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

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

background-color css

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

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

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

border-color css

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

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

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