#101E10

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

Shades of Black Bean #101E10

Tints of Black Bean #101E10

Color information

#101E10 (or 0x101E10) is unknown color: approx Black Bean. HEX triplet: 10, 1E and 10. RGB value is (16,30,16). Sum of RGB (Red+Green+Blue) = 16+30+16=62 (8% of max value = 765). Red value is 16 (6.64% from 255 or 25.81% from 62); Green value is 30 (12.11% from 255 or 48.39% from 62); Blue value is 16 (6.64% from 255 or 25.81% from 62); Max value from RGB is 30 - color contains mainly: green. Hex color #101E10 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #101E10 is #EFE1EF. Grayscale: #181818. Windows color (decimal): -15720944 or 1056272. OLE color: 1056272.

HSL color Cylindrical-coordinate representation of color #101E10: hue angle of 120º 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 #101E10 is Cyan = 0.47, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.88.

Color convert

RGB163016-
CMYK0.4700.470.88
HSL120º30.43%9.02%-
HSV(B)120º46.67%11.76%-
XYZ0.771.080.66-
YUV24.22123.36122.14-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 25.81%
GREEN value IS 30 (12.11% from 255) = 48.39%
BLUE value IS 16 (6.64% from 255) = 25.81%
R=25.81%
G=48.39%
B=25.81%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.88
SystemRedGreenBlueCMYKHSL
Decimal1630160.4700.470.8812030.439.02
Hex101E102F02F58781e9
Octal203620570571301703611
Binary100001111010000101111010111110110001111000111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #101E10

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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