#102716

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

Shades of Black Bean #102716

Tints of Black Bean #102716

Color information

#102716 (or 0x102716) is unknown color: approx Black Bean. HEX triplet: 10, 27 and 16. RGB value is (16,39,22). Sum of RGB (Red+Green+Blue) = 16+39+22=77 (10% of max value = 765). Red value is 16 (6.64% from 255 or 20.78% from 77); Green value is 39 (15.62% from 255 or 50.65% from 77); Blue value is 22 (8.98% from 255 or 28.57% from 77); Max value from RGB is 39 - color contains mainly: green. Hex color #102716 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #102716 is #EFD8E9. Grayscale: #1E1E1E. Windows color (decimal): -15718634 or 1451792. OLE color: 1451792.

HSL color Cylindrical-coordinate representation of color #102716: hue angle of 135.65º degrees, saturation: 0.42, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #102716 is Cyan = 0.59, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.85.

Color convert

RGB163922-
CMYK0.5900.440.85
HSL135.65º41.82%10.78%-
HSV(B)135.65º58.97%15.29%-
XYZ1.081.621.01-
YUV30.18123.38117.88-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 20.78%
GREEN value IS 39 (15.62% from 255) = 50.65%
BLUE value IS 22 (8.98% from 255) = 28.57%
R=20.78%
G=50.65%
B=28.57%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal1639220.5900.440.85135.6541.8210.78
Hex1027163B02C55882ab
Octal204726730541252105213
Binary100001001111011011101101011001010101100010001010101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #102716

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #102716; }

 p { color: rgb(16,39,22); }

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

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

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

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

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

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

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