#102316

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

Shades of Black Bean #102316

Tints of Black Bean #102316

Color information

#102316 (or 0x102316) is unknown color: approx Black Bean. HEX triplet: 10, 23 and 16. RGB value is (16,35,22). Sum of RGB (Red+Green+Blue) = 16+35+22=73 (9% of max value = 765). Red value is 16 (6.64% from 255 or 21.92% from 73); Green value is 35 (14.06% from 255 or 47.95% from 73); Blue value is 22 (8.98% from 255 or 30.14% from 73); Max value from RGB is 35 - color contains mainly: green. Hex color #102316 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #102316 is #EFDCE9. Grayscale: #1B1B1B. Windows color (decimal): -15719658 or 1450768. OLE color: 1450768.

HSL color Cylindrical-coordinate representation of color #102316: hue angle of 138.95º degrees, saturation: 0.37, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.14% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #102316 is Cyan = 0.54, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.86.

Color convert

RGB163522-
CMYK0.5400.370.86
HSL138.95º37.25%10%-
HSV(B)138.95º54.29%13.73%-
XYZ0.961.370.97-
YUV27.84124.71119.56-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 21.92%
GREEN value IS 35 (14.06% from 255) = 47.95%
BLUE value IS 22 (8.98% from 255) = 30.14%
R=21.92%
G=47.95%
B=30.14%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.86
SystemRedGreenBlueCMYKHSL
Decimal1635220.5400.370.86138.9537.2510
Hex10231636025568b25a
Octal204326660451262134512
Binary100001000111011011011001001011010110100010111001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #102316

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #102316; }

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

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

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

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

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

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

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

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