#101D10

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

Shades of Black Bean #101D10

Tints of Black Bean #101D10

Color information

#101D10 (or 0x101D10) is unknown color: approx Black Bean. HEX triplet: 10, 1D and 10. RGB value is (16,29,16). Sum of RGB (Red+Green+Blue) = 16+29+16=61 (8% of max value = 765). Red value is 16 (6.64% from 255 or 26.23% from 61); Green value is 29 (11.72% from 255 or 47.54% from 61); Blue value is 16 (6.64% from 255 or 26.23% from 61); Max value from RGB is 29 - color contains mainly: green. Hex color #101D10 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #101D10 is #EFE2EF. Grayscale: #171717. Windows color (decimal): -15721200 or 1056016. OLE color: 1056016.

HSL color Cylindrical-coordinate representation of color #101D10: hue angle of 120º degrees, saturation: 0.29, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #101D10 is Cyan = 0.45, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.89.

Color convert

RGB162916-
CMYK0.4500.450.89
HSL120º28.89%8.82%-
HSV(B)120º44.83%11.37%-
XYZ0.751.030.65-
YUV23.63123.69122.56-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 26.23%
GREEN value IS 29 (11.72% from 255) = 47.54%
BLUE value IS 16 (6.64% from 255) = 26.23%
R=26.23%
G=47.54%
B=26.23%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.89
SystemRedGreenBlueCMYKHSL
Decimal1629160.4500.450.8912028.898.82
Hex101D102D02D59781d9
Octal203520550551311703511
Binary100001110110000101101010110110110011111000111011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #101D10

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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