#101813

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

Shades of Black Bean #101813

Tints of Black Bean #101813

Color information

#101813 (or 0x101813) is unknown color: approx Black Bean. HEX triplet: 10, 18 and 13. RGB value is (16,24,19). Sum of RGB (Red+Green+Blue) = 16+24+19=59 (7% of max value = 765). Red value is 16 (6.64% from 255 or 27.12% from 59); Green value is 24 (9.77% from 255 or 40.68% from 59); Blue value is 19 (7.81% from 255 or 32.20% from 59); Max value from RGB is 24 - color contains mainly: green. Hex color #101813 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #101813 is #EFE7EC. Grayscale: #151515. Windows color (decimal): -15722477 or 1251344. OLE color: 1251344.

HSL color Cylindrical-coordinate representation of color #101813: hue angle of 142.5º degrees, saturation: 0.2, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.09% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #101813 is Cyan = 0.33, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.91.

Color convert

RGB162419-
CMYK0.3300.210.91
HSL142.5º20%7.84%-
HSV(B)142.5º33.33%9.41%-
XYZ0.660.810.74-
YUV21.04126.85124.41-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 27.12%
GREEN value IS 24 (9.77% from 255) = 40.68%
BLUE value IS 19 (7.81% from 255) = 32.20%
R=27.12%
G=40.68%
B=32.20%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.91
SystemRedGreenBlueCMYKHSL
Decimal1624190.3300.210.91142.5207.84
Hex101813210155B8e148
Octal203023410251332162410
Binary100001100010011100001010101101101110001110101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #101813

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #101813; }

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

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

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

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

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

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

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

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