#101C10

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

Shades of Black Bean #101C10

Tints of Black Bean #101C10

Color information

#101C10 (or 0x101C10) is unknown color: approx Black Bean. HEX triplet: 10, 1C and 10. RGB value is (16,28,16). Sum of RGB (Red+Green+Blue) = 16+28+16=60 (7% of max value = 765). Red value is 16 (6.64% from 255 or 26.67% from 60); Green value is 28 (11.33% from 255 or 46.67% from 60); Blue value is 16 (6.64% from 255 or 26.67% from 60); Max value from RGB is 28 - color contains mainly: green. Hex color #101C10 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #101C10 is #EFE3EF. Grayscale: #171717. Windows color (decimal): -15721456 or 1055760. OLE color: 1055760.

HSL color Cylindrical-coordinate representation of color #101C10: hue angle of 120º degrees, saturation: 0.27, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #101C10 is Cyan = 0.43, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.89.

Color convert

RGB162816-
CMYK0.4300.430.89
HSL120º27.27%8.63%-
HSV(B)120º42.86%10.98%-
XYZ0.720.980.64-
YUV23.04124.02122.98-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 26.67%
GREEN value IS 28 (11.33% from 255) = 46.67%
BLUE value IS 16 (6.64% from 255) = 26.67%
R=26.67%
G=46.67%
B=26.67%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.89
SystemRedGreenBlueCMYKHSL
Decimal1628160.4300.430.8912027.278.63
Hex101C102B02B59781b9
Octal203420530531311703311
Binary100001110010000101011010101110110011111000110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #101C10

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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