Html Css Color HEX #131813 Black Bean

📋 copy color: '#131813'

red 19 ◦ green 24 ◦ blue 19

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

Shades of Black Bean #131813

Tints of Black Bean #131813

RGB

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

 GREEN value IS 24 (9.77% from 255) = 38.71%

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

R = 30.65%
G = 38.71%
B = 30.65%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.21

 K value IS 0.91

RGB Variations

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

Color information

#131813 (or 0x131813) is known color: Black Bean. HEX triplet: 13, 18 and 13. RGB value is (19,24,19). Sum of RGB (Red+Green+Blue) = 19+24+19=62 (8% of max value = 765). Red value is 19 (7.81% from 255 or 30.65% from 62); Green value is 24 (9.77% from 255 or 38.71% from 62); Blue value is 19 (7.81% from 255 or 30.65% from 62); Max value from RGB is 24 - color contains mainly: green. Hex color #131813 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #131813 is #ECE7EC. Grayscale: #151515. Windows color (decimal): -15525869 or 1251347. OLE color: 1251347.

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

Color convert

RGB 19 24 19 -
CMYK 0.21 0 0.21 0.91
HSL 120º 0.12% 0.08% -
HSV(B) 120º 0.21% 0.09% -
XYZ 0.71 0.84 0.74 -
YUV 21.94 126.34 125.91 -
System Red Green Blue C M Y K H S L
Decimal 19 24 19 0.21 0 0.21 0.91 120 0.12 0.08
Hex 13 18 13 15 0 15 5B 78 C 8
Octal 23 30 23 25 0 25 133 170 14 10
Binary 10011 11000 10011 10101 0 10101 1011011 1111000 1100 1000

Color Harmonies of #131813

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #131813

Black with #131813

Text Example


Text Example

White with #131813

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #131813; }

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

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

background-color css

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

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

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

border-color css

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

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

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