Html Css Color HEX #101311 Black Bean

📋 copy color: '#101311'

red 16 ◦ green 19 ◦ blue 17

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

Shades of Black Bean #101311

Tints of Black Bean #101311

RGB

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

 GREEN value IS 19 (7.81% from 255) = 36.54%

 BLUE value IS 17 (7.03% from 255) = 32.69%

R = 30.77%
G = 36.54%
B = 32.69%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.11

 K value IS 0.93

RGB Variations

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

Color information

#101311 (or 0x101311) is known color: Black Bean. HEX triplet: 10, 13 and 11. RGB value is (16,19,17). Sum of RGB (Red+Green+Blue) = 16+19+17=52 (6% of max value = 765). Red value is 16 (6.64% from 255 or 30.77% from 52); Green value is 19 (7.81% from 255 or 36.54% from 52); Blue value is 17 (7.03% from 255 or 32.69% from 52); Max value from RGB is 19 - color contains mainly: green. Hex color #101311 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #101311 is #EFECEE. Grayscale: #111111. Windows color (decimal): -15723759 or 1118992. OLE color: 1118992.

HSL color Cylindrical-coordinate representation of color #101311: hue angle of 140º degrees, saturation: 0.09, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.07% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #101311 is Cyan = 0.16, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.93.

Color convert

RGB 16 19 17 -
CMYK 0.16 0 0.11 0.93
HSL 140º 0.09% 0.07% -
HSV(B) 140º 0.16% 0.07% -
XYZ 0.55 0.62 0.62 -
YUV 17.88 127.51 126.66 -
System Red Green Blue C M Y K H S L
Decimal 16 19 17 0.16 0 0.11 0.93 140 0.09 0.07
Hex 10 13 11 10 0 B 5D 8C 9 7
Octal 20 23 21 20 0 13 135 214 11 7
Binary 10000 10011 10001 10000 0 1011 1011101 10001100 1001 111

Color Harmonies of #101311

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #101311

Black with #101311

Text Example


Text Example

White with #101311

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #101311; }

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

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

background-color css

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

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

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

border-color css

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

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

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