#031D04

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

Shades of Black Bean #031D04

Tints of Black Bean #031D04

Color information

#031D04 (or 0x031D04) is unknown color: approx Black Bean. HEX triplet: 03, 1D and 04. RGB value is (3,29,4). Sum of RGB (Red+Green+Blue) = 3+29+4=36 (4% of max value = 765). Red value is 3 (1.56% from 255 or 8.33% from 36); Green value is 29 (11.72% from 255 or 80.56% from 36); Blue value is 4 (1.95% from 255 or 11.11% from 36); Max value from RGB is 29 - color contains mainly: green. Hex color #031D04 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #031D04 is #FCE2FB. Grayscale: #121212. Windows color (decimal): -16573180 or 269571. OLE color: 269571.

HSL color Cylindrical-coordinate representation of color #031D04: hue angle of 122.31º degrees, saturation: 0.81, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #031D04 is Cyan = 0.90, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.89.

Color convert

RGB3294-
CMYK0.9000.860.89
HSL122.31º81.25%6.27%-
HSV(B)122.31º89.66%11.37%-
XYZ0.50.910.26-
YUV18.38119.89117.03-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 8.33%
GREEN value IS 29 (11.72% from 255) = 80.56%
BLUE value IS 4 (1.95% from 255) = 11.11%
R=8.33%
G=80.56%
B=11.11%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0
Y (Yellow) values IS 0.86
K (Black) values IS 0.89
SystemRedGreenBlueCMYKHSL
Decimal32940.9000.860.89122.3181.256.27
Hex31D45A056597a516
Octal335413201261311721216
Binary1111101100101101001010110101100111110101010001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #031D04

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #031D04; }

 p { color: rgb(3,29,4); }

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

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

 a { background-color: rgb(3,29,4); }

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

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

 span { border-color: rgb(3,29,4); }

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