#101310

Color #101310 Black Bean (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Black Bean #101310

Tints of Black Bean #101310

Color information

#101310 (or 0x101310) is unknown color: approx Black Bean. HEX triplet: 10, 13 and 10. RGB value is (16,19,16). Sum of RGB (Red+Green+Blue) = 16+19+16=51 (6% of max value = 765). Red value is 16 (6.64% from 255 or 31.37% from 51); Green value is 19 (7.81% from 255 or 37.25% from 51); Blue value is 16 (6.64% from 255 or 31.37% from 51); Max value from RGB is 19 - color contains mainly: green. Hex color #101310 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #101310 is #EFECEF. Grayscale: #111111. Windows color (decimal): -15723760 or 1053456. OLE color: 1053456.

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

Color convert

RGB161916-
CMYK0.1600.160.93
HSL120º8.57%6.86%-
HSV(B)120º15.79%7.45%-
XYZ0.540.610.58-
YUV17.76127.01126.74-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 31.37%
GREEN value IS 19 (7.81% from 255) = 37.25%
BLUE value IS 16 (6.64% from 255) = 31.37%
R=31.37%
G=37.25%
B=31.37%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.93
SystemRedGreenBlueCMYKHSL
Decimal1619160.1600.160.931208.576.86
Hex101310100105D7897
Octal20232020020135170117
Binary10000100111000010000010000101110111110001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #101310

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #101310; }

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

 H1.HeaderClassName
 {
   color: #101310;
 }
 .AnyTagClassName
 {
   color: #101310;
 }
</style>
background-color css

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

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

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

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

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

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