#101A11

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

Shades of Black Bean #101A11

Tints of Black Bean #101A11

Color information

#101A11 (or 0x101A11) is unknown color: approx Black Bean. HEX triplet: 10, 1A and 11. RGB value is (16,26,17). Sum of RGB (Red+Green+Blue) = 16+26+17=59 (7% of max value = 765). Red value is 16 (6.64% from 255 or 27.12% from 59); Green value is 26 (10.55% from 255 or 44.07% from 59); Blue value is 17 (7.03% from 255 or 28.81% from 59); Max value from RGB is 26 - color contains mainly: green. Hex color #101A11 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #101A11 is #EFE5EE. Grayscale: #161616. Windows color (decimal): -15721967 or 1120784. OLE color: 1120784.

HSL color Cylindrical-coordinate representation of color #101A11: hue angle of 126º 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 #101A11 is Cyan = 0.38, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.90.

Color convert

RGB162617-
CMYK0.3800.350.90
HSL126º23.81%8.24%-
HSV(B)126º38.46%10.2%-
XYZ0.680.890.67-
YUV21.98125.19123.73-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 27.12%
GREEN value IS 26 (10.55% from 255) = 44.07%
BLUE value IS 17 (7.03% from 255) = 28.81%
R=27.12%
G=44.07%
B=28.81%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.90
SystemRedGreenBlueCMYKHSL
Decimal1626170.3800.350.9012623.818.24
Hex101A11260235A7e188
Octal203221460431321763010
Binary100001101010001100110010001110110101111110110001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #101A11

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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