#102313

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

Shades of Black Bean #102313

Tints of Black Bean #102313

Color information

#102313 (or 0x102313) is unknown color: approx Black Bean. HEX triplet: 10, 23 and 13. RGB value is (16,35,19). Sum of RGB (Red+Green+Blue) = 16+35+19=70 (9% of max value = 765). Red value is 16 (6.64% from 255 or 22.86% from 70); Green value is 35 (14.06% from 255 or 50% from 70); Blue value is 19 (7.81% from 255 or 27.14% from 70); Max value from RGB is 35 - color contains mainly: green. Hex color #102313 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #102313 is #EFDCEC. Grayscale: #1B1B1B. Windows color (decimal): -15719661 or 1254160. OLE color: 1254160.

HSL color Cylindrical-coordinate representation of color #102313: hue angle of 129.47º 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 #102313 is Cyan = 0.54, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.86.

Color convert

RGB163519-
CMYK0.5400.460.86
HSL129.47º37.25%10%-
HSV(B)129.47º54.29%13.73%-
XYZ0.931.360.83-
YUV27.49123.21119.8-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 22.86%
GREEN value IS 35 (14.06% from 255) = 50%
BLUE value IS 19 (7.81% from 255) = 27.14%
R=22.86%
G=50%
B=27.14%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.86
SystemRedGreenBlueCMYKHSL
Decimal1635190.5400.460.86129.4737.2510
Hex1023133602E568125a
Octal204323660561262014512
Binary100001000111001111011001011101010110100000011001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #102313

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #102313; }

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

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

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

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

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

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

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

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