#101D11

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

Shades of Black Bean #101D11

Tints of Black Bean #101D11

Color information

#101D11 (or 0x101D11) is unknown color: approx Black Bean. HEX triplet: 10, 1D and 11. RGB value is (16,29,17). Sum of RGB (Red+Green+Blue) = 16+29+17=62 (8% of max value = 765). Red value is 16 (6.64% from 255 or 25.81% from 62); Green value is 29 (11.72% from 255 or 46.77% from 62); Blue value is 17 (7.03% from 255 or 27.42% from 62); Max value from RGB is 29 - color contains mainly: green. Hex color #101D11 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #101D11 is #EFE2EE. Grayscale: #171717. Windows color (decimal): -15721199 or 1121552. OLE color: 1121552.

HSL color Cylindrical-coordinate representation of color #101D11: hue angle of 124.62º 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 #101D11 is Cyan = 0.45, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.89.

Color convert

RGB162917-
CMYK0.4500.410.89
HSL124.62º28.89%8.82%-
HSV(B)124.62º44.83%11.37%-
XYZ0.751.030.69-
YUV23.74124.19122.48-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 25.81%
GREEN value IS 29 (11.72% from 255) = 46.77%
BLUE value IS 17 (7.03% from 255) = 27.42%
R=25.81%
G=46.77%
B=27.42%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.89
SystemRedGreenBlueCMYKHSL
Decimal1629170.4500.410.89124.6228.898.82
Hex101D112D029597d1d9
Octal203521550511311753511
Binary100001110110001101101010100110110011111101111011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #101D11

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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