#031503

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

Shades of Black Bean #031503

Tints of Black Bean #031503

Color information

#031503 (or 0x031503) is unknown color: approx Black Bean. HEX triplet: 03, 15 and 03. RGB value is (3,21,3). Sum of RGB (Red+Green+Blue) = 3+21+3=27 (3% of max value = 765). Red value is 3 (1.56% from 255 or 11.11% from 27); Green value is 21 (8.59% from 255 or 77.78% from 27); Blue value is 3 (1.56% from 255 or 11.11% from 27); Max value from RGB is 21 - color contains mainly: green. Hex color #031503 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #031503 is #FCEAFC. Grayscale: #0D0D0D. Windows color (decimal): -16575229 or 201987. OLE color: 201987.

HSL color Cylindrical-coordinate representation of color #031503: hue angle of 120º 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 #031503 is Cyan = 0.86, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.92.

Color convert

RGB3213-
CMYK0.8600.860.92
HSL120º75%4.71%-
HSV(B)120º85.71%8.24%-
XYZ0.320.560.18-
YUV13.57122.04120.46-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 11.11%
GREEN value IS 21 (8.59% from 255) = 77.78%
BLUE value IS 3 (1.56% from 255) = 11.11%
R=11.11%
G=77.78%
B=11.11%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0
Y (Yellow) values IS 0.86
K (Black) values IS 0.92
SystemRedGreenBlueCMYKHSL
Decimal32130.8600.860.92120754.71
Hex3153560565C784b5
Octal325312601261341701135
Binary111010111101011001010110101110011110001001011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #031503

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #031503; }

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

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

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

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

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

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

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

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