#031003

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

Shades of Black Bean #031003

Tints of Black Bean #031003

Color information

#031003 (or 0x031003) is unknown color: approx Black Bean. HEX triplet: 03, 10 and 03. RGB value is (3,16,3). Sum of RGB (Red+Green+Blue) = 3+16+3=22 (2% of max value = 765). Red value is 3 (1.56% from 255 or 13.64% from 22); Green value is 16 (6.64% from 255 or 72.73% from 22); Blue value is 3 (1.56% from 255 or 13.64% from 22); Max value from RGB is 16 - color contains mainly: green. Hex color #031003 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #031003 is #FCEFFC. Grayscale: #0A0A0A. Windows color (decimal): -16576509 or 200707. OLE color: 200707.

HSL color Cylindrical-coordinate representation of color #031003: hue angle of 120º degrees, saturation: 0.68, lightness: 0.04%. HSV value (or HSB Brightness) of color is 0.06% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #031003 is Cyan = 0.81, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.94.

Color convert

RGB3163-
CMYK0.8100.810.94
HSL120º68.42%3.73%-
HSV(B)120º81.25%6.27%-
XYZ0.240.40.15-
YUV10.63123.69122.56-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 13.64%
GREEN value IS 16 (6.64% from 255) = 72.73%
BLUE value IS 3 (1.56% from 255) = 13.64%
R=13.64%
G=72.73%
B=13.64%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0
Y (Yellow) values IS 0.81
K (Black) values IS 0.94
SystemRedGreenBlueCMYKHSL
Decimal31630.8100.810.9412068.423.73
Hex3103510515E78444
Octal320312101211361701044
Binary111000011101000101010001101111011110001000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #031003

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #031003; }

 p { color: rgb(3,16,3); }

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

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

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

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

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

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

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