#031104

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

Shades of Black Bean #031104

Tints of Black Bean #031104

Color information

#031104 (or 0x031104) is unknown color: approx Black Bean. HEX triplet: 03, 11 and 04. RGB value is (3,17,4). Sum of RGB (Red+Green+Blue) = 3+17+4=24 (3% of max value = 765). Red value is 3 (1.56% from 255 or 12.5% from 24); Green value is 17 (7.03% from 255 or 70.83% from 24); Blue value is 4 (1.95% from 255 or 16.67% from 24); Max value from RGB is 17 - color contains mainly: green. Hex color #031104 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #031104 is #FCEEFB. Grayscale: #0B0B0B. Windows color (decimal): -16576252 or 266499. OLE color: 266499.

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

Color convert

RGB3174-
CMYK0.8200.760.93
HSL124.29º70%3.92%-
HSV(B)124.29º82.35%6.67%-
XYZ0.260.430.18-
YUV11.33123.86122.06-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 12.5%
GREEN value IS 17 (7.03% from 255) = 70.83%
BLUE value IS 4 (1.95% from 255) = 16.67%
R=12.5%
G=70.83%
B=16.67%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0
Y (Yellow) values IS 0.76
K (Black) values IS 0.93
SystemRedGreenBlueCMYKHSL
Decimal31740.8200.760.93124.29703.92
Hex31145204C5D7c464
Octal321412201141351741064
Binary1110001100101001001001100101110111111001000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #031104

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #031104; }

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

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

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

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

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

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

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

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