#051104

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

Shades of Black Bean #051104

Tints of Black Bean #051104

Color information

#051104 (or 0x051104) is unknown color: approx Black Bean. HEX triplet: 05, 11 and 04. RGB value is (5,17,4). Sum of RGB (Red+Green+Blue) = 5+17+4=26 (3% of max value = 765). Red value is 5 (2.34% from 255 or 19.23% from 26); Green value is 17 (7.03% from 255 or 65.38% from 26); Blue value is 4 (1.95% from 255 or 15.38% from 26); Max value from RGB is 17 - color contains mainly: green. Hex color #051104 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #051104 is #FAEEFB. Grayscale: #0B0B0B. Windows color (decimal): -16445180 or 266501. OLE color: 266501.

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

Color convert

RGB5174-
CMYK0.7100.760.93
HSL115.38º61.9%4.12%-
HSV(B)115.38º76.47%6.67%-
XYZ0.280.440.19-
YUV11.93123.52123.06-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 19.23%
GREEN value IS 17 (7.03% from 255) = 65.38%
BLUE value IS 4 (1.95% from 255) = 15.38%
R=19.23%
G=65.38%
B=15.38%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0
Y (Yellow) values IS 0.76
K (Black) values IS 0.93
SystemRedGreenBlueCMYKHSL
Decimal51740.7100.760.93115.3861.94.12
Hex51144704C5D733e4
Octal52141070114135163764
Binary1011000110010001110100110010111011110011111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #051104

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #051104; }

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

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

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

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

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

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

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

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