Html Css Color HEX #131613 Black Bean

📋 copy color: '#131613'

red 19 ◦ green 22 ◦ blue 19

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

Shades of Black Bean #131613

Tints of Black Bean #131613

RGB

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

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

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

R = 31.67%
G = 36.67%
B = 31.67%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.14

 K value IS 0.91

RGB Variations

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

Color information

#131613 (or 0x131613) is known color: Black Bean. HEX triplet: 13, 16 and 13. RGB value is (19,22,19). Sum of RGB (Red+Green+Blue) = 19+22+19=60 (7% of max value = 765). Red value is 19 (7.81% from 255 or 31.67% from 60); Green value is 22 (8.98% from 255 or 36.67% from 60); Blue value is 19 (7.81% from 255 or 31.67% from 60); Max value from RGB is 22 - color contains mainly: green. Hex color #131613 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #131613 is #ECE9EC. Grayscale: #141414. Windows color (decimal): -15526381 or 1250835. OLE color: 1250835.

HSL color Cylindrical-coordinate representation of color #131613: hue angle of 120º 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 #131613 is Cyan = 0.14, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.91.

Color convert

RGB 19 22 19 -
CMYK 0.14 0 0.14 0.91
HSL 120º 0.07% 0.08% -
HSV(B) 120º 0.14% 0.09% -
XYZ 0.67 0.76 0.73 -
YUV 20.76 127.01 126.74 -
System Red Green Blue C M Y K H S L
Decimal 19 22 19 0.14 0 0.14 0.91 120 0.07 0.08
Hex 13 16 13 E 0 E 5B 78 7 8
Octal 23 26 23 16 0 16 133 170 7 10
Binary 10011 10110 10011 1110 0 1110 1011011 1111000 111 1000

Color Harmonies of #131613

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #131613

Black with #131613

Text Example


Text Example

White with #131613

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #131613; }

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

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

background-color css

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

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

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

border-color css

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

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

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