#031006

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

Shades of Black Bean #031006

Tints of Black Bean #031006

Color information

#031006 (or 0x031006) is unknown color: approx Black Bean. HEX triplet: 03, 10 and 06. RGB value is (3,16,6). Sum of RGB (Red+Green+Blue) = 3+16+6=25 (3% of max value = 765). Red value is 3 (1.56% from 255 or 12% from 25); Green value is 16 (6.64% from 255 or 64% from 25); Blue value is 6 (2.73% from 255 or 24% from 25); Max value from RGB is 16 - color contains mainly: green. Hex color #031006 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #031006 is #FCEFF9. Grayscale: #0B0B0B. Windows color (decimal): -16576506 or 397315. OLE color: 397315.

HSL color Cylindrical-coordinate representation of color #031006: hue angle of 133.85º degrees, saturation: 0.68, lightness: 0.04%. HSV value (or HSB Brightness) of color is 0.06% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #031006 is Cyan = 0.81, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.94.

Color convert

RGB3166-
CMYK0.8100.620.94
HSL133.85º68.42%3.73%-
HSV(B)133.85º81.25%6.27%-
XYZ0.260.40.24-
YUV10.97125.19122.31-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 12%
GREEN value IS 16 (6.64% from 255) = 64%
BLUE value IS 6 (2.73% from 255) = 24%
R=12%
G=64%
B=24%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0.94
SystemRedGreenBlueCMYKHSL
Decimal31660.8100.620.94133.8568.423.73
Hex31065103E5E86444
Octal32061210761362061044
Binary1110000110101000101111101011110100001101000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #031006

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #031006; }

 p { color: rgb(3,16,6); }

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

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

 a { background-color: rgb(3,16,6); }

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

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

 span { border-color: rgb(3,16,6); }

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