Html Css Color HEX #131614 Black Bean

📋 copy color: '#131614'

red 19 ◦ green 22 ◦ blue 20

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

Shades of Black Bean #131614

Tints of Black Bean #131614

RGB

 RED value IS 19 (7.81% from 255) = 31.15%

 GREEN value IS 22 (8.98% from 255) = 36.07%

 BLUE value IS 20 (8.2% from 255) = 32.79%

R = 31.15%
G = 36.07%
B = 32.79%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.09

 K value IS 0.91

RGB Variations

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

Color information

#131614 (or 0x131614) is known color: Black Bean. HEX triplet: 13, 16 and 14. RGB value is (19,22,20). Sum of RGB (Red+Green+Blue) = 19+22+20=61 (8% of max value = 765). Red value is 19 (7.81% from 255 or 31.15% from 61); Green value is 22 (8.98% from 255 or 36.07% from 61); Blue value is 20 (8.20% from 255 or 32.79% from 61); Max value from RGB is 22 - color contains mainly: green. Hex color #131614 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #131614 is #ECE9EB. Grayscale: #141414. Windows color (decimal): -15526380 or 1316371. OLE color: 1316371.

HSL color Cylindrical-coordinate representation of color #131614: hue angle of 140º degrees, saturation: 0.07, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.09% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #131614 is Cyan = 0.14, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.91.

Color convert

RGB 19 22 20 -
CMYK 0.14 0 0.09 0.91
HSL 140º 0.07% 0.08% -
HSV(B) 140º 0.14% 0.09% -
XYZ 0.68 0.76 0.77 -
YUV 20.88 127.51 126.66 -
System Red Green Blue C M Y K H S L
Decimal 19 22 20 0.14 0 0.09 0.91 140 0.07 0.08
Hex 13 16 14 E 0 9 5B 8C 7 8
Octal 23 26 24 16 0 11 133 214 7 10
Binary 10011 10110 10100 1110 0 1001 1011011 10001100 111 1000

Color Harmonies of #131614

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #131614

Black with #131614

Text Example


Text Example

White with #131614

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #131614; }

 p { color: rgb(19,22,20); }

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

background-color css

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

 a { background-color: rgb(19,22,20); }

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

border-color css

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

 span { border-color: rgb(19,22,20); }

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