#031105

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

Shades of Black Bean #031105

Tints of Black Bean #031105

Color information

#031105 (or 0x031105) is unknown color: approx Black Bean. HEX triplet: 03, 11 and 05. RGB value is (3,17,5). Sum of RGB (Red+Green+Blue) = 3+17+5=25 (3% of max value = 765). Red value is 3 (1.56% from 255 or 12% from 25); Green value is 17 (7.03% from 255 or 68% from 25); Blue value is 5 (2.34% from 255 or 20% from 25); Max value from RGB is 17 - color contains mainly: green. Hex color #031105 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #031105 is #FCEEFA. Grayscale: #0B0B0B. Windows color (decimal): -16576251 or 332035. OLE color: 332035.

HSL color Cylindrical-coordinate representation of color #031105: hue angle of 128.57º 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 #031105 is Cyan = 0.82, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.93.

Color convert

RGB3175-
CMYK0.8200.710.93
HSL128.57º70%3.92%-
HSV(B)128.57º82.35%6.67%-
XYZ0.270.430.21-
YUV11.45124.36121.98-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 12%
GREEN value IS 17 (7.03% from 255) = 68%
BLUE value IS 5 (2.34% from 255) = 20%
R=12%
G=68%
B=20%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0
Y (Yellow) values IS 0.71
K (Black) values IS 0.93
SystemRedGreenBlueCMYKHSL
Decimal31750.8200.710.93128.57703.92
Hex3115520475D81464
Octal321512201071352011064
Binary11100011011010010010001111011101100000011000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #031105

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #031105; }

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

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

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

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

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

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

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

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