#031706

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

Shades of Black Bean #031706

Tints of Black Bean #031706

Color information

#031706 (or 0x031706) is unknown color: approx Black Bean. HEX triplet: 03, 17 and 06. RGB value is (3,23,6). Sum of RGB (Red+Green+Blue) = 3+23+6=32 (4% of max value = 765). Red value is 3 (1.56% from 255 or 9.38% from 32); Green value is 23 (9.38% from 255 or 71.88% from 32); Blue value is 6 (2.73% from 255 or 18.75% from 32); Max value from RGB is 23 - color contains mainly: green. Hex color #031706 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #031706 is #FCE8F9. Grayscale: #0F0F0F. Windows color (decimal): -16574714 or 399107. OLE color: 399107.

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

Color convert

RGB3236-
CMYK0.8700.740.91
HSL129º76.92%5.1%-
HSV(B)129º86.96%9.02%-
XYZ0.380.650.28-
YUV15.08122.87119.38-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 9.38%
GREEN value IS 23 (9.38% from 255) = 71.88%
BLUE value IS 6 (2.73% from 255) = 18.75%
R=9.38%
G=71.88%
B=18.75%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0
Y (Yellow) values IS 0.74
K (Black) values IS 0.91
SystemRedGreenBlueCMYKHSL
Decimal32360.8700.740.9112976.925.1
Hex31765704A5B814d5
Octal327612701121332011155
Binary11101111101010111010010101011011100000011001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #031706

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #031706; }

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

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

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

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

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

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

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

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