#031506

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

Shades of Black Bean #031506

Tints of Black Bean #031506

Color information

#031506 (or 0x031506) is unknown color: approx Black Bean. HEX triplet: 03, 15 and 06. RGB value is (3,21,6). Sum of RGB (Red+Green+Blue) = 3+21+6=30 (3% of max value = 765). Red value is 3 (1.56% from 255 or 10% from 30); Green value is 21 (8.59% from 255 or 70% from 30); Blue value is 6 (2.73% from 255 or 20% from 30); Max value from RGB is 21 - color contains mainly: green. Hex color #031506 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #031506 is #FCEAF9. Grayscale: #0D0D0D. Windows color (decimal): -16575226 or 398595. OLE color: 398595.

HSL color Cylindrical-coordinate representation of color #031506: hue angle of 130º degrees, saturation: 0.75, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.08% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #031506 is Cyan = 0.86, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.92.

Color convert

RGB3216-
CMYK0.8600.710.92
HSL130º75%4.71%-
HSV(B)130º85.71%8.24%-
XYZ0.340.570.26-
YUV13.91123.54120.22-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 10%
GREEN value IS 21 (8.59% from 255) = 70%
BLUE value IS 6 (2.73% from 255) = 20%
R=10%
G=70%
B=20%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0
Y (Yellow) values IS 0.71
K (Black) values IS 0.92
SystemRedGreenBlueCMYKHSL
Decimal32160.8600.710.92130754.71
Hex3156560475C824b5
Octal325612601071342021135
Binary11101011101010110010001111011100100000101001011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #031506

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #031506; }

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

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

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

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

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

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

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

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