#031306

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

Shades of Black Bean #031306

Tints of Black Bean #031306

Color information

#031306 (or 0x031306) is unknown color: approx Black Bean. HEX triplet: 03, 13 and 06. RGB value is (3,19,6). Sum of RGB (Red+Green+Blue) = 3+19+6=28 (3% of max value = 765). Red value is 3 (1.56% from 255 or 10.71% from 28); Green value is 19 (7.81% from 255 or 67.86% from 28); Blue value is 6 (2.73% from 255 or 21.43% from 28); Max value from RGB is 19 - color contains mainly: green. Hex color #031306 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #031306 is #FCECF9. Grayscale: #0C0C0C. Windows color (decimal): -16575738 or 398083. OLE color: 398083.

HSL color Cylindrical-coordinate representation of color #031306: hue angle of 131.25º degrees, saturation: 0.73, lightness: 0.04%. HSV value (or HSB Brightness) of color is 0.07% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #031306 is Cyan = 0.84, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.93.

Color convert

RGB3196-
CMYK0.8400.680.93
HSL131.25º72.73%4.31%-
HSV(B)131.25º84.21%7.45%-
XYZ0.30.50.25-
YUV12.73124.2121.06-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 10.71%
GREEN value IS 19 (7.81% from 255) = 67.86%
BLUE value IS 6 (2.73% from 255) = 21.43%
R=10.71%
G=67.86%
B=21.43%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0
Y (Yellow) values IS 0.68
K (Black) values IS 0.93
SystemRedGreenBlueCMYKHSL
Decimal31960.8400.680.93131.2572.734.31
Hex3136540445D83494
Octal323612401041352031114
Binary11100111101010100010001001011101100000111001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #031306

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #031306; }

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

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

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

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

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

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

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

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