#102011

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

Shades of Black Bean #102011

Tints of Black Bean #102011

Color information

#102011 (or 0x102011) is unknown color: approx Black Bean. HEX triplet: 10, 20 and 11. RGB value is (16,32,17). Sum of RGB (Red+Green+Blue) = 16+32+17=65 (8% of max value = 765). Red value is 16 (6.64% from 255 or 24.62% from 65); Green value is 32 (12.89% from 255 or 49.23% from 65); Blue value is 17 (7.03% from 255 or 26.15% from 65); Max value from RGB is 32 - color contains mainly: green. Hex color #102011 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #102011 is #EFDFEE. Grayscale: #191919. Windows color (decimal): -15720431 or 1122320. OLE color: 1122320.

HSL color Cylindrical-coordinate representation of color #102011: hue angle of 123.75º degrees, saturation: 0.33, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #102011 is Cyan = 0.5, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.87.

Color convert

RGB163217-
CMYK0.500.470.87
HSL123.75º33.33%9.41%-
HSV(B)123.75º50%12.55%-
XYZ0.831.180.71-
YUV25.51123.2121.22-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 24.62%
GREEN value IS 32 (12.89% from 255) = 49.23%
BLUE value IS 17 (7.03% from 255) = 26.15%
R=24.62%
G=49.23%
B=26.15%

CMYK

C (Cyan) values IS 0.5
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.87
SystemRedGreenBlueCMYKHSL
Decimal1632170.500.470.87123.7533.339.41
Hex1020113202F577c219
Octal204021620571271744111
Binary10000100000100011100100101111101011111111001000011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #102011

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #102011; }

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

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

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

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

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

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

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

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