Html Css Color HEX #131714 Black Bean

📋 copy color: '#131714'

red 19 ◦ green 23 ◦ blue 20

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

Shades of Black Bean #131714

Tints of Black Bean #131714

RGB

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

 GREEN value IS 23 (9.38% from 255) = 37.1%

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

R = 30.65%
G = 37.1%
B = 32.26%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.13

 K value IS 0.91

RGB Variations

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

Color information

#131714 (or 0x131714) is known color: Black Bean. HEX triplet: 13, 17 and 14. RGB value is (19,23,20). Sum of RGB (Red+Green+Blue) = 19+23+20=62 (8% of max value = 765). Red value is 19 (7.81% from 255 or 30.65% from 62); Green value is 23 (9.38% from 255 or 37.10% from 62); Blue value is 20 (8.20% from 255 or 32.26% from 62); Max value from RGB is 23 - color contains mainly: green. Hex color #131714 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #131714 is #ECE8EB. Grayscale: #151515. Windows color (decimal): -15526124 or 1316627. OLE color: 1316627.

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

Color convert

RGB 19 23 20 -
CMYK 0.17 0 0.13 0.91
HSL 135º 0.1% 0.08% -
HSV(B) 135º 0.17% 0.09% -
XYZ 0.7 0.8 0.78 -
YUV 21.46 127.17 126.24 -
System Red Green Blue C M Y K H S L
Decimal 19 23 20 0.17 0 0.13 0.91 135 0.1 0.08
Hex 13 17 14 11 0 D 5B 87 A 8
Octal 23 27 24 21 0 15 133 207 12 10
Binary 10011 10111 10100 10001 0 1101 1011011 10000111 1010 1000

Color Harmonies of #131714

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #131714

Black with #131714

Text Example


Text Example

White with #131714

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #131714; }

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

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

background-color css

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

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

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

border-color css

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

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

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