#101A10

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

Shades of Black Bean #101A10

Tints of Black Bean #101A10

Color information

#101A10 (or 0x101A10) is unknown color: approx Black Bean. HEX triplet: 10, 1A and 10. RGB value is (16,26,16). Sum of RGB (Red+Green+Blue) = 16+26+16=58 (7% of max value = 765). Red value is 16 (6.64% from 255 or 27.59% from 58); Green value is 26 (10.55% from 255 or 44.83% from 58); Blue value is 16 (6.64% from 255 or 27.59% from 58); Max value from RGB is 26 - color contains mainly: green. Hex color #101A10 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #101A10 is #EFE5EF. Grayscale: #151515. Windows color (decimal): -15721968 or 1055248. OLE color: 1055248.

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

Color convert

RGB162616-
CMYK0.3800.380.90
HSL120º23.81%8.24%-
HSV(B)120º38.46%10.2%-
XYZ0.680.890.63-
YUV21.87124.69123.81-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 27.59%
GREEN value IS 26 (10.55% from 255) = 44.83%
BLUE value IS 16 (6.64% from 255) = 27.59%
R=27.59%
G=44.83%
B=27.59%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.90
SystemRedGreenBlueCMYKHSL
Decimal1626160.3800.380.9012023.818.24
Hex101A10260265A78188
Octal203220460461321703010
Binary100001101010000100110010011010110101111000110001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #101A10

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #101A10; }

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

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

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

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

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

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

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

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