Html Css Color HEX #101913 Black Bean

📋 copy color: '#101913'

red 16 ◦ green 25 ◦ blue 19

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

Shades of Black Bean #101913

Tints of Black Bean #101913

RGB

 RED value IS 16 (6.64% from 255) = 26.67%

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

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

R = 26.67%
G = 41.67%
B = 31.67%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0.24

 K value IS 0.90

RGB Variations

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

Color information

#101913 (or 0x101913) is known color: Black Bean. HEX triplet: 10, 19 and 13. RGB value is (16,25,19). Sum of RGB (Red+Green+Blue) = 16+25+19=60 (7% of max value = 765). Red value is 16 (6.64% from 255 or 26.67% from 60); Green value is 25 (10.16% from 255 or 41.67% from 60); Blue value is 19 (7.81% from 255 or 31.67% from 60); Max value from RGB is 25 - color contains mainly: green. Hex color #101913 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #101913 is #EFE6EC. Grayscale: #151515. Windows color (decimal): -15722221 or 1251600. OLE color: 1251600.

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

Color convert

RGB 16 25 19 -
CMYK 0.36 0 0.24 0.90
HSL 140º 0.22% 0.08% -
HSV(B) 140º 0.36% 0.1% -
XYZ 0.68 0.85 0.74 -
YUV 21.63 126.52 123.99 -
System Red Green Blue C M Y K H S L
Decimal 16 25 19 0.36 0 0.24 0.90 140 0.22 0.08
Hex 10 19 13 24 0 18 5A 8C 16 8
Octal 20 31 23 44 0 30 132 214 26 10
Binary 10000 11001 10011 100100 0 11000 1011010 10001100 10110 1000

Color Harmonies of #101913

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #101913

Black with #101913

Text Example


Text Example

White with #101913

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #101913; }

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

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

background-color css

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

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

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

border-color css

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

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

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