#031502

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

Shades of Black Bean #031502

Tints of Black Bean #031502

Color information

#031502 (or 0x031502) is unknown color: approx Black Bean. HEX triplet: 03, 15 and 02. RGB value is (3,21,2). Sum of RGB (Red+Green+Blue) = 3+21+2=26 (3% of max value = 765). Red value is 3 (1.56% from 255 or 11.54% from 26); Green value is 21 (8.59% from 255 or 80.77% from 26); Blue value is 2 (1.17% from 255 or 7.69% from 26); Max value from RGB is 21 - color contains mainly: green. Hex color #031502 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #031502 is #FCEAFD. Grayscale: #0D0D0D. Windows color (decimal): -16575230 or 136451. OLE color: 136451.

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

Color convert

RGB3212-
CMYK0.8600.900.92
HSL116.84º82.61%4.51%-
HSV(B)116.84º90.48%8.24%-
XYZ0.320.560.15-
YUV13.45121.54120.54-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 11.54%
GREEN value IS 21 (8.59% from 255) = 80.77%
BLUE value IS 2 (1.17% from 255) = 7.69%
R=11.54%
G=80.77%
B=7.69%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0
Y (Yellow) values IS 0.90
K (Black) values IS 0.92
SystemRedGreenBlueCMYKHSL
Decimal32120.8600.900.92116.8482.614.51
Hex31525605A5C75535
Octal325212601321341651235
Binary111010110101011001011010101110011101011010011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #031502

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #031502; }

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

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

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

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

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

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

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

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