#031604

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

Shades of Black Bean #031604

Tints of Black Bean #031604

Color information

#031604 (or 0x031604) is unknown color: approx Black Bean. HEX triplet: 03, 16 and 04. RGB value is (3,22,4). Sum of RGB (Red+Green+Blue) = 3+22+4=29 (3% of max value = 765). Red value is 3 (1.56% from 255 or 10.34% from 29); Green value is 22 (8.98% from 255 or 75.86% from 29); Blue value is 4 (1.95% from 255 or 13.79% from 29); Max value from RGB is 22 - color contains mainly: green. Hex color #031604 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #031604 is #FCE9FB. Grayscale: #0E0E0E. Windows color (decimal): -16574972 or 267779. OLE color: 267779.

HSL color Cylindrical-coordinate representation of color #031604: hue angle of 123.16º degrees, saturation: 0.76, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.09% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #031604 is Cyan = 0.86, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.91.

Color convert

RGB3224-
CMYK0.8600.820.91
HSL123.16º76%4.9%-
HSV(B)123.16º86.36%8.63%-
XYZ0.350.60.21-
YUV14.27122.21119.96-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 10.34%
GREEN value IS 22 (8.98% from 255) = 75.86%
BLUE value IS 4 (1.95% from 255) = 13.79%
R=10.34%
G=75.86%
B=13.79%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0
Y (Yellow) values IS 0.82
K (Black) values IS 0.91
SystemRedGreenBlueCMYKHSL
Decimal32240.8600.820.91123.16764.9
Hex3164560525B7b4c5
Octal326412601221331731145
Binary1110110100101011001010010101101111110111001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #031604

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #031604; }

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

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

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

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

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

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

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

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