#101210

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

Shades of Black Bean #101210

Tints of Black Bean #101210

Color information

#101210 (or 0x101210) is unknown color: approx Black Bean. HEX triplet: 10, 12 and 10. RGB value is (16,18,16). Sum of RGB (Red+Green+Blue) = 16+18+16=50 (6% of max value = 765). Red value is 16 (6.64% from 255 or 32% from 50); Green value is 18 (7.42% from 255 or 36% from 50); Blue value is 16 (6.64% from 255 or 32% from 50); Max value from RGB is 18 - color contains mainly: green. Hex color #101210 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #101210 is #EFEDEF. Grayscale: #111111. Windows color (decimal): -15724016 or 1053200. OLE color: 1053200.

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

Color convert

RGB161816-
CMYK0.1100.110.93
HSL120º5.88%6.67%-
HSV(B)120º11.11%7.06%-
XYZ0.520.580.57-
YUV17.17127.34127.16-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 32%
GREEN value IS 18 (7.42% from 255) = 36%
BLUE value IS 16 (6.64% from 255) = 32%
R=32%
G=36%
B=32%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.93
SystemRedGreenBlueCMYKHSL
Decimal1618160.1100.110.931205.886.67
Hex101210B0B5D7867
Octal2022201301313517067
Binary10000100101000010110101110111011111000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #101210

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #101210; }

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

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

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

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

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

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

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

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