#031106

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

Shades of Black Bean #031106

Tints of Black Bean #031106

Color information

#031106 (or 0x031106) is unknown color: approx Black Bean. HEX triplet: 03, 11 and 06. RGB value is (3,17,6). Sum of RGB (Red+Green+Blue) = 3+17+6=26 (3% of max value = 765). Red value is 3 (1.56% from 255 or 11.54% from 26); Green value is 17 (7.03% from 255 or 65.38% from 26); Blue value is 6 (2.73% from 255 or 23.08% from 26); Max value from RGB is 17 - color contains mainly: green. Hex color #031106 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #031106 is #FCEEF9. Grayscale: #0B0B0B. Windows color (decimal): -16576250 or 397571. OLE color: 397571.

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

Color convert

RGB3176-
CMYK0.8200.650.93
HSL132.86º70%3.92%-
HSV(B)132.86º82.35%6.67%-
XYZ0.270.430.24-
YUV11.56124.86121.89-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 11.54%
GREEN value IS 17 (7.03% from 255) = 65.38%
BLUE value IS 6 (2.73% from 255) = 23.08%
R=11.54%
G=65.38%
B=23.08%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0
Y (Yellow) values IS 0.65
K (Black) values IS 0.93
SystemRedGreenBlueCMYKHSL
Decimal31760.8200.650.93132.86703.92
Hex3116520415D85464
Octal321612201011352051064
Binary11100011101010010010000011011101100001011000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #031106

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #031106; }

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

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

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

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

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

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

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

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