#102712

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

Shades of Black Bean #102712

Tints of Black Bean #102712

Color information

#102712 (or 0x102712) is unknown color: approx Black Bean. HEX triplet: 10, 27 and 12. RGB value is (16,39,18). Sum of RGB (Red+Green+Blue) = 16+39+18=73 (9% of max value = 765). Red value is 16 (6.64% from 255 or 21.92% from 73); Green value is 39 (15.62% from 255 or 53.42% from 73); Blue value is 18 (7.42% from 255 or 24.66% from 73); Max value from RGB is 39 - color contains mainly: green. Hex color #102712 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #102712 is #EFD8ED. Grayscale: #1D1D1D. Windows color (decimal): -15718638 or 1189648. OLE color: 1189648.

HSL color Cylindrical-coordinate representation of color #102712: hue angle of 125.22º degrees, saturation: 0.42, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #102712 is Cyan = 0.59, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.85.

Color convert

RGB163918-
CMYK0.5900.540.85
HSL125.22º41.82%10.78%-
HSV(B)125.22º58.97%15.29%-
XYZ1.051.60.83-
YUV29.73121.38118.21-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 21.92%
GREEN value IS 39 (15.62% from 255) = 53.42%
BLUE value IS 18 (7.42% from 255) = 24.66%
R=21.92%
G=53.42%
B=24.66%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0
Y (Yellow) values IS 0.54
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal1639180.5900.540.85125.2241.8210.78
Hex1027123B036557d2ab
Octal204722730661251755213
Binary10000100111100101110110110110101010111111011010101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #102712

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #102712; }

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

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

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

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

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

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

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

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