#031507

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

Shades of Black Bean #031507

Tints of Black Bean #031507

Color information

#031507 (or 0x031507) is unknown color: approx Black Bean. HEX triplet: 03, 15 and 07. RGB value is (3,21,7). Sum of RGB (Red+Green+Blue) = 3+21+7=31 (4% of max value = 765). Red value is 3 (1.56% from 255 or 9.68% from 31); Green value is 21 (8.59% from 255 or 67.74% from 31); Blue value is 7 (3.12% from 255 or 22.58% from 31); Max value from RGB is 21 - color contains mainly: green. Hex color #031507 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #031507 is #FCEAF8. Grayscale: #0E0E0E. Windows color (decimal): -16575225 or 464131. OLE color: 464131.

HSL color Cylindrical-coordinate representation of color #031507: hue angle of 133.33º degrees, saturation: 0.75, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.08% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #031507 is Cyan = 0.86, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.92.

Color convert

RGB3217-
CMYK0.8600.670.92
HSL133.33º75%4.71%-
HSV(B)133.33º85.71%8.24%-
XYZ0.340.570.29-
YUV14.02124.04120.14-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 9.68%
GREEN value IS 21 (8.59% from 255) = 67.74%
BLUE value IS 7 (3.12% from 255) = 22.58%
R=9.68%
G=67.74%
B=22.58%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0
Y (Yellow) values IS 0.67
K (Black) values IS 0.92
SystemRedGreenBlueCMYKHSL
Decimal32170.8600.670.92133.33754.71
Hex3157560435C854b5
Octal325712601031342051135
Binary11101011111010110010000111011100100001011001011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #031507

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #031507; }

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

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

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

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

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

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

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

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