#102813

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

Shades of Black Bean #102813

Tints of Black Bean #102813

Color information

#102813 (or 0x102813) is unknown color: approx Black Bean. HEX triplet: 10, 28 and 13. RGB value is (16,40,19). Sum of RGB (Red+Green+Blue) = 16+40+19=75 (9% of max value = 765). Red value is 16 (6.64% from 255 or 21.33% from 75); Green value is 40 (16.02% from 255 or 53.33% from 75); Blue value is 19 (7.81% from 255 or 25.33% from 75); Max value from RGB is 40 - color contains mainly: green. Hex color #102813 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #102813 is #EFD7EC. Grayscale: #1E1E1E. Windows color (decimal): -15718381 or 1255440. OLE color: 1255440.

HSL color Cylindrical-coordinate representation of color #102813: hue angle of 127.5º degrees, saturation: 0.43, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #102813 is Cyan = 0.60, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.84.

Color convert

RGB164019-
CMYK0.6000.520.84
HSL127.5º42.86%10.98%-
HSV(B)127.5º60%15.69%-
XYZ1.091.670.88-
YUV30.43121.55117.71-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 21.33%
GREEN value IS 40 (16.02% from 255) = 53.33%
BLUE value IS 19 (7.81% from 255) = 25.33%
R=21.33%
G=53.33%
B=25.33%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0
Y (Yellow) values IS 0.52
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal1640190.6000.520.84127.542.8610.98
Hex1028133C03454802bb
Octal205023740641242005313
Binary100001010001001111110001101001010100100000001010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #102813

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #102813; }

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

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

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

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

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

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

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

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