#101F11

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

Shades of Black Bean #101F11

Tints of Black Bean #101F11

Color information

#101F11 (or 0x101F11) is unknown color: approx Black Bean. HEX triplet: 10, 1F and 11. RGB value is (16,31,17). Sum of RGB (Red+Green+Blue) = 16+31+17=64 (8% of max value = 765). Red value is 16 (6.64% from 255 or 25% from 64); Green value is 31 (12.5% from 255 or 48.44% from 64); Blue value is 17 (7.03% from 255 or 26.56% from 64); Max value from RGB is 31 - color contains mainly: green. Hex color #101F11 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #101F11 is #EFE0EE. Grayscale: #181818. Windows color (decimal): -15720687 or 1122064. OLE color: 1122064.

HSL color Cylindrical-coordinate representation of color #101F11: hue angle of 124º degrees, saturation: 0.32, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.12% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #101F11 is Cyan = 0.48, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.88.

Color convert

RGB163117-
CMYK0.4800.450.88
HSL124º31.91%9.22%-
HSV(B)124º48.39%12.16%-
XYZ0.81.130.71-
YUV24.92123.53121.64-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 25%
GREEN value IS 31 (12.5% from 255) = 48.44%
BLUE value IS 17 (7.03% from 255) = 26.56%
R=25%
G=48.44%
B=26.56%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.88
SystemRedGreenBlueCMYKHSL
Decimal1631170.4800.450.8812431.919.22
Hex101F113002D587c209
Octal203721600551301744011
Binary1000011111100011100000101101101100011111001000001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #101F11

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #101F11; }

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

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

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

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

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

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

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

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