#101710

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

Shades of Black Bean #101710

Tints of Black Bean #101710

Color information

#101710 (or 0x101710) is unknown color: approx Black Bean. HEX triplet: 10, 17 and 10. RGB value is (16,23,16). Sum of RGB (Red+Green+Blue) = 16+23+16=55 (7% of max value = 765). Red value is 16 (6.64% from 255 or 29.09% from 55); Green value is 23 (9.38% from 255 or 41.82% from 55); Blue value is 16 (6.64% from 255 or 29.09% from 55); Max value from RGB is 23 - color contains mainly: green. Hex color #101710 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #101710 is #EFE8EF. Grayscale: #141414. Windows color (decimal): -15722736 or 1054480. OLE color: 1054480.

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

Color convert

RGB162316-
CMYK0.3000.300.91
HSL120º17.95%7.65%-
HSV(B)120º30.43%9.02%-
XYZ0.610.760.6-
YUV20.11125.68125.07-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 29.09%
GREEN value IS 23 (9.38% from 255) = 41.82%
BLUE value IS 16 (6.64% from 255) = 29.09%
R=29.09%
G=41.82%
B=29.09%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.91
SystemRedGreenBlueCMYKHSL
Decimal1623160.3000.300.9112017.957.65
Hex1017101E01E5B78128
Octal202720360361331702210
Binary1000010111100001111001111010110111111000100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #101710

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #101710; }

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

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

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

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

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

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

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

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