#101E15

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

Shades of Black Bean #101E15

Tints of Black Bean #101E15

Color information

#101E15 (or 0x101E15) is unknown color: approx Black Bean. HEX triplet: 10, 1E and 15. RGB value is (16,30,21). Sum of RGB (Red+Green+Blue) = 16+30+21=67 (8% of max value = 765). Red value is 16 (6.64% from 255 or 23.88% from 67); Green value is 30 (12.11% from 255 or 44.78% from 67); Blue value is 21 (8.59% from 255 or 31.34% from 67); Max value from RGB is 30 - color contains mainly: green. Hex color #101E15 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #101E15 is #EFE1EA. Grayscale: #181818. Windows color (decimal): -15720939 or 1383952. OLE color: 1383952.

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

Color convert

RGB163021-
CMYK0.4700.300.88
HSL141.43º30.43%9.02%-
HSV(B)141.43º46.67%11.76%-
XYZ0.811.090.88-
YUV24.79125.86121.73-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 23.88%
GREEN value IS 30 (12.11% from 255) = 44.78%
BLUE value IS 21 (8.59% from 255) = 31.34%
R=23.88%
G=44.78%
B=31.34%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.88
SystemRedGreenBlueCMYKHSL
Decimal1630210.4700.300.88141.4330.439.02
Hex101E152F01E588d1e9
Octal203625570361302153611
Binary100001111010101101111011110101100010001101111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #101E15

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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