#101811

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

Shades of Black Bean #101811

Tints of Black Bean #101811

Color information

#101811 (or 0x101811) is unknown color: approx Black Bean. HEX triplet: 10, 18 and 11. RGB value is (16,24,17). Sum of RGB (Red+Green+Blue) = 16+24+17=57 (7% of max value = 765). Red value is 16 (6.64% from 255 or 28.07% from 57); Green value is 24 (9.77% from 255 or 42.11% from 57); Blue value is 17 (7.03% from 255 or 29.82% from 57); Max value from RGB is 24 - color contains mainly: green. Hex color #101811 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #101811 is #EFE7EE. Grayscale: #141414. Windows color (decimal): -15722479 or 1120272. OLE color: 1120272.

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

Color convert

RGB162417-
CMYK0.3300.290.91
HSL127.5º20%7.84%-
HSV(B)127.5º33.33%9.41%-
XYZ0.640.80.65-
YUV20.81125.85124.57-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 28.07%
GREEN value IS 24 (9.77% from 255) = 42.11%
BLUE value IS 17 (7.03% from 255) = 29.82%
R=28.07%
G=42.11%
B=29.82%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.91
SystemRedGreenBlueCMYKHSL
Decimal1624170.3300.290.91127.5207.84
Hex1018112101D5B7f148
Octal203021410351331772410
Binary10000110001000110000101110110110111111111101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #101811

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #101811; }

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

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

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

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

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

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

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

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