#031607

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

Shades of Black Bean #031607

Tints of Black Bean #031607

Color information

#031607 (or 0x031607) is unknown color: approx Black Bean. HEX triplet: 03, 16 and 07. RGB value is (3,22,7). Sum of RGB (Red+Green+Blue) = 3+22+7=32 (4% of max value = 765). Red value is 3 (1.56% from 255 or 9.38% from 32); Green value is 22 (8.98% from 255 or 68.75% from 32); Blue value is 7 (3.12% from 255 or 21.88% from 32); Max value from RGB is 22 - color contains mainly: green. Hex color #031607 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #031607 is #FCE9F8. Grayscale: #0E0E0E. Windows color (decimal): -16574969 or 464387. OLE color: 464387.

HSL color Cylindrical-coordinate representation of color #031607: hue angle of 132.63º 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 #031607 is Cyan = 0.86, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.91.

Color convert

RGB3227-
CMYK0.8600.680.91
HSL132.63º76%4.9%-
HSV(B)132.63º86.36%8.63%-
XYZ0.360.610.3-
YUV14.61123.71119.72-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 9.38%
GREEN value IS 22 (8.98% from 255) = 68.75%
BLUE value IS 7 (3.12% from 255) = 21.88%
R=9.38%
G=68.75%
B=21.88%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0
Y (Yellow) values IS 0.68
K (Black) values IS 0.91
SystemRedGreenBlueCMYKHSL
Decimal32270.8600.680.91132.63764.9
Hex3167560445B854c5
Octal326712601041332051145
Binary11101101111010110010001001011011100001011001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #031607

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #031607; }

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

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

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

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

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

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

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

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