#102012

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

Shades of Black Bean #102012

Tints of Black Bean #102012

Color information

#102012 (or 0x102012) is unknown color: approx Black Bean. HEX triplet: 10, 20 and 12. RGB value is (16,32,18). Sum of RGB (Red+Green+Blue) = 16+32+18=66 (8% of max value = 765). Red value is 16 (6.64% from 255 or 24.24% from 66); Green value is 32 (12.89% from 255 or 48.48% from 66); Blue value is 18 (7.42% from 255 or 27.27% from 66); Max value from RGB is 32 - color contains mainly: green. Hex color #102012 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #102012 is #EFDFED. Grayscale: #191919. Windows color (decimal): -15720430 or 1187856. OLE color: 1187856.

HSL color Cylindrical-coordinate representation of color #102012: hue angle of 127.5º degrees, saturation: 0.33, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #102012 is Cyan = 0.5, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.87.

Color convert

RGB163218-
CMYK0.500.440.87
HSL127.5º33.33%9.41%-
HSV(B)127.5º50%12.55%-
XYZ0.841.190.76-
YUV25.62123.7121.14-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 24.24%
GREEN value IS 32 (12.89% from 255) = 48.48%
BLUE value IS 18 (7.42% from 255) = 27.27%
R=24.24%
G=48.48%
B=27.27%

CMYK

C (Cyan) values IS 0.5
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.87
SystemRedGreenBlueCMYKHSL
Decimal1632180.500.440.87127.533.339.41
Hex1020123202C577f219
Octal204022620541271774111
Binary10000100000100101100100101100101011111111111000011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #102012

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #102012; }

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

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

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

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

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

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

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

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