#102511

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

Shades of Black Bean #102511

Tints of Black Bean #102511

Color information

#102511 (or 0x102511) is unknown color: approx Black Bean. HEX triplet: 10, 25 and 11. RGB value is (16,37,17). Sum of RGB (Red+Green+Blue) = 16+37+17=70 (9% of max value = 765). Red value is 16 (6.64% from 255 or 22.86% from 70); Green value is 37 (14.84% from 255 or 52.86% from 70); Blue value is 17 (7.03% from 255 or 24.29% from 70); Max value from RGB is 37 - color contains mainly: green. Hex color #102511 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #102511 is #EFDAEE. Grayscale: #1C1C1C. Windows color (decimal): -15719151 or 1123600. OLE color: 1123600.

HSL color Cylindrical-coordinate representation of color #102511: hue angle of 122.86º degrees, saturation: 0.4, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #102511 is Cyan = 0.57, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.85.

Color convert

RGB163717-
CMYK0.5700.540.85
HSL122.86º39.62%10.39%-
HSV(B)122.86º56.76%14.51%-
XYZ0.981.470.76-
YUV28.44121.54119.13-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 22.86%
GREEN value IS 37 (14.84% from 255) = 52.86%
BLUE value IS 17 (7.03% from 255) = 24.29%
R=22.86%
G=52.86%
B=24.29%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0
Y (Yellow) values IS 0.54
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal1637170.5700.540.85122.8639.6210.39
Hex10251139036557b28a
Octal204521710661251735012
Binary10000100101100011110010110110101010111110111010001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #102511

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #102511; }

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

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

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

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

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

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

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

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