#031102

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

Shades of Black Bean #031102

Tints of Black Bean #031102

Color information

#031102 (or 0x031102) is unknown color: approx Black Bean. HEX triplet: 03, 11 and 02. RGB value is (3,17,2). Sum of RGB (Red+Green+Blue) = 3+17+2=22 (2% of max value = 765). Red value is 3 (1.56% from 255 or 13.64% from 22); Green value is 17 (7.03% from 255 or 77.27% from 22); Blue value is 2 (1.17% from 255 or 9.09% from 22); Max value from RGB is 17 - color contains mainly: green. Hex color #031102 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #031102 is #FCEEFD. Grayscale: #0B0B0B. Windows color (decimal): -16576254 or 135427. OLE color: 135427.

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

Color convert

RGB3172-
CMYK0.8200.880.93
HSL116º78.95%3.73%-
HSV(B)116º88.24%6.67%-
XYZ0.250.420.13-
YUV11.1122.86122.22-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 13.64%
GREEN value IS 17 (7.03% from 255) = 77.27%
BLUE value IS 2 (1.17% from 255) = 9.09%
R=13.64%
G=77.27%
B=9.09%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0
Y (Yellow) values IS 0.88
K (Black) values IS 0.93
SystemRedGreenBlueCMYKHSL
Decimal31720.8200.880.9311678.953.73
Hex3112520585D744f4
Octal321212201301351641174
Binary111000110101001001011000101110111101001001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #031102

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #031102; }

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

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

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

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

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

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

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

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