#031707

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

Shades of Black Bean #031707

Tints of Black Bean #031707

Color information

#031707 (or 0x031707) is unknown color: approx Black Bean. HEX triplet: 03, 17 and 07. RGB value is (3,23,7). Sum of RGB (Red+Green+Blue) = 3+23+7=33 (4% of max value = 765). Red value is 3 (1.56% from 255 or 9.09% from 33); Green value is 23 (9.38% from 255 or 69.70% from 33); Blue value is 7 (3.12% from 255 or 21.21% from 33); Max value from RGB is 23 - color contains mainly: green. Hex color #031707 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #031707 is #FCE8F8. Grayscale: #0F0F0F. Windows color (decimal): -16574713 or 464643. OLE color: 464643.

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

Color convert

RGB3237-
CMYK0.8700.700.91
HSL132º76.92%5.1%-
HSV(B)132º86.96%9.02%-
XYZ0.380.650.31-
YUV15.2123.37119.3-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 9.09%
GREEN value IS 23 (9.38% from 255) = 69.70%
BLUE value IS 7 (3.12% from 255) = 21.21%
R=9.09%
G=69.70%
B=21.21%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0
Y (Yellow) values IS 0.70
K (Black) values IS 0.91
SystemRedGreenBlueCMYKHSL
Decimal32370.8700.700.9113276.925.1
Hex3177570465B844d5
Octal327712701061332041155
Binary11101111111010111010001101011011100001001001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #031707

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #031707; }

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

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

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

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

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

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

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

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