#101512

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

Shades of Black Bean #101512

Tints of Black Bean #101512

Color information

#101512 (or 0x101512) is unknown color: approx Black Bean. HEX triplet: 10, 15 and 12. RGB value is (16,21,18). Sum of RGB (Red+Green+Blue) = 16+21+18=55 (7% of max value = 765). Red value is 16 (6.64% from 255 or 29.09% from 55); Green value is 21 (8.59% from 255 or 38.18% from 55); Blue value is 18 (7.42% from 255 or 32.73% from 55); Max value from RGB is 21 - color contains mainly: green. Hex color #101512 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #101512 is #EFEAED. Grayscale: #131313. Windows color (decimal): -15723246 or 1185040. OLE color: 1185040.

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

Color convert

RGB162118-
CMYK0.2400.140.92
HSL144º13.51%7.25%-
HSV(B)144º23.81%8.24%-
XYZ0.590.690.67-
YUV19.16127.34125.74-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 29.09%
GREEN value IS 21 (8.59% from 255) = 38.18%
BLUE value IS 18 (7.42% from 255) = 32.73%
R=29.09%
G=38.18%
B=32.73%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.92
SystemRedGreenBlueCMYKHSL
Decimal1621180.2400.140.9214413.517.25
Hex101512180E5C90e7
Octal20252230016134220167
Binary10000101011001011000011101011100100100001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #101512

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #101512; }

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

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

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

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

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

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

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

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