Html Css Color HEX #131413 Black Bean

📋 copy color: '#131413'

red 19 ◦ green 20 ◦ blue 19

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

Shades of Black Bean #131413

Tints of Black Bean #131413

RGB

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

 GREEN value IS 20 (8.2% from 255) = 34.48%

 BLUE value IS 19 (7.81% from 255) = 32.76%

R = 32.76%
G = 34.48%
B = 32.76%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.05

 K value IS 0.92

RGB Variations

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

Color information

#131413 (or 0x131413) is known color: Black Bean. HEX triplet: 13, 14 and 13. RGB value is (19,20,19). Sum of RGB (Red+Green+Blue) = 19+20+19=58 (7% of max value = 765). Red value is 19 (7.81% from 255 or 32.76% from 58); Green value is 20 (8.20% from 255 or 34.48% from 58); Blue value is 19 (7.81% from 255 or 32.76% from 58); Max value from RGB is 20 - color contains mainly: green. Hex color #131413 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #131413 is #ECEBEC. Grayscale: #131313. Windows color (decimal): -15526893 or 1250323. OLE color: 1250323.

HSL color Cylindrical-coordinate representation of color #131413: hue angle of 120º degrees, saturation: 0.03, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.08% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #131413 is Cyan = 0.05, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.92.

Color convert

RGB 19 20 19 -
CMYK 0.05 0 0.05 0.92
HSL 120º 0.03% 0.08% -
HSV(B) 120º 0.05% 0.08% -
XYZ 0.64 0.69 0.71 -
YUV 19.59 127.67 127.58 -
System Red Green Blue C M Y K H S L
Decimal 19 20 19 0.05 0 0.05 0.92 120 0.03 0.08
Hex 13 14 13 5 0 5 5C 78 3 8
Octal 23 24 23 5 0 5 134 170 3 10
Binary 10011 10100 10011 101 0 101 1011100 1111000 11 1000

Color Harmonies of #131413

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #131413

Black with #131413

Text Example


Text Example

White with #131413

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #131413; }

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

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

background-color css

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

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

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

border-color css

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

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

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