#102616

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

Shades of Black Bean #102616

Tints of Black Bean #102616

Color information

#102616 (or 0x102616) is unknown color: approx Black Bean. HEX triplet: 10, 26 and 16. RGB value is (16,38,22). Sum of RGB (Red+Green+Blue) = 16+38+22=76 (10% of max value = 765). Red value is 16 (6.64% from 255 or 21.05% from 76); Green value is 38 (15.23% from 255 or 50% from 76); Blue value is 22 (8.98% from 255 or 28.95% from 76); Max value from RGB is 38 - color contains mainly: green. Hex color #102616 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #102616 is #EFD9E9. Grayscale: #1D1D1D. Windows color (decimal): -15718890 or 1451536. OLE color: 1451536.

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

Color convert

RGB163822-
CMYK0.5800.420.85
HSL136.36º40.74%10.59%-
HSV(B)136.36º57.89%14.9%-
XYZ1.051.551-
YUV29.6123.71118.3-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 21.05%
GREEN value IS 38 (15.23% from 255) = 50%
BLUE value IS 22 (8.98% from 255) = 28.95%
R=21.05%
G=50%
B=28.95%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal1638220.5800.420.85136.3640.7410.59
Hex1026163A02A558829b
Octal204626720521252105113
Binary100001001101011011101001010101010101100010001010011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #102616

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #102616; }

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

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

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

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

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

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

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

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