#101410

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

Shades of Black Bean #101410

Tints of Black Bean #101410

Color information

#101410 (or 0x101410) is unknown color: approx Black Bean. HEX triplet: 10, 14 and 10. RGB value is (16,20,16). Sum of RGB (Red+Green+Blue) = 16+20+16=52 (6% of max value = 765). Red value is 16 (6.64% from 255 or 30.77% from 52); Green value is 20 (8.20% from 255 or 38.46% from 52); Blue value is 16 (6.64% from 255 or 30.77% from 52); Max value from RGB is 20 - color contains mainly: green. Hex color #101410 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #101410 is #EFEBEF. Grayscale: #121212. Windows color (decimal): -15723504 or 1053712. OLE color: 1053712.

HSL color Cylindrical-coordinate representation of color #101410: hue angle of 120º degrees, saturation: 0.11, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.08% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #101410 is Cyan = 0.20, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.92.

Color convert

RGB162016-
CMYK0.2000.200.92
HSL120º11.11%7.06%-
HSV(B)120º20%7.84%-
XYZ0.560.650.59-
YUV18.35126.67126.33-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 30.77%
GREEN value IS 20 (8.20% from 255) = 38.46%
BLUE value IS 16 (6.64% from 255) = 30.77%
R=30.77%
G=38.46%
B=30.77%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.92
SystemRedGreenBlueCMYKHSL
Decimal1620160.2000.200.9212011.117.06
Hex101410140145C78b7
Octal20242024024134170137
Binary10000101001000010100010100101110011110001011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #101410

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #101410; }

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

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

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

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

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

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

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

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