Html Css Color HEX #131913 Black Bean

📋 copy color: '#131913'

red 19 ◦ green 25 ◦ blue 19

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

Shades of Black Bean #131913

Tints of Black Bean #131913

RGB

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

 GREEN value IS 25 (10.16% from 255) = 39.68%

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

R = 30.16%
G = 39.68%
B = 30.16%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.24

 K value IS 0.90

RGB Variations

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

Color information

#131913 (or 0x131913) is known color: Black Bean. HEX triplet: 13, 19 and 13. RGB value is (19,25,19). Sum of RGB (Red+Green+Blue) = 19+25+19=63 (8% of max value = 765). Red value is 19 (7.81% from 255 or 30.16% from 63); Green value is 25 (10.16% from 255 or 39.68% from 63); Blue value is 19 (7.81% from 255 or 30.16% from 63); Max value from RGB is 25 - color contains mainly: green. Hex color #131913 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #131913 is #ECE6EC. Grayscale: #161616. Windows color (decimal): -15525613 or 1251603. OLE color: 1251603.

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

Color convert

RGB 19 25 19 -
CMYK 0.24 0 0.24 0.90
HSL 120º 0.14% 0.09% -
HSV(B) 120º 0.24% 0.1% -
XYZ 0.73 0.88 0.75 -
YUV 22.52 126.01 125.49 -
System Red Green Blue C M Y K H S L
Decimal 19 25 19 0.24 0 0.24 0.90 120 0.14 0.09
Hex 13 19 13 18 0 18 5A 78 E 9
Octal 23 31 23 30 0 30 132 170 16 11
Binary 10011 11001 10011 11000 0 11000 1011010 1111000 1110 1001

Color Harmonies of #131913

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #131913

Black with #131913

Text Example


Text Example

White with #131913

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #131913; }

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

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

background-color css

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

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

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

border-color css

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

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

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