#102812

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

Shades of Black Bean #102812

Tints of Black Bean #102812

Color information

#102812 (or 0x102812) is unknown color: approx Black Bean. HEX triplet: 10, 28 and 12. RGB value is (16,40,18). Sum of RGB (Red+Green+Blue) = 16+40+18=74 (9% of max value = 765). Red value is 16 (6.64% from 255 or 21.62% from 74); Green value is 40 (16.02% from 255 or 54.05% from 74); Blue value is 18 (7.42% from 255 or 24.32% from 74); Max value from RGB is 40 - color contains mainly: green. Hex color #102812 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #102812 is #EFD7ED. Grayscale: #1E1E1E. Windows color (decimal): -15718382 or 1189904. OLE color: 1189904.

HSL color Cylindrical-coordinate representation of color #102812: hue angle of 125º 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 #102812 is Cyan = 0.60, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.84.

Color convert

RGB164018-
CMYK0.6000.550.84
HSL125º42.86%10.98%-
HSV(B)125º60%15.69%-
XYZ1.081.670.84-
YUV30.32121.05117.79-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 21.62%
GREEN value IS 40 (16.02% from 255) = 54.05%
BLUE value IS 18 (7.42% from 255) = 24.32%
R=21.62%
G=54.05%
B=24.32%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal1640180.6000.550.8412542.8610.98
Hex1028123C037547d2bb
Octal205022740671241755313
Binary10000101000100101111000110111101010011111011010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #102812

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #102812; }

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

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

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

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

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

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

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

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