#051107

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

Shades of Black Bean #051107

Tints of Black Bean #051107

Color information

#051107 (or 0x051107) is unknown color: approx Black Bean. HEX triplet: 05, 11 and 07. RGB value is (5,17,7). Sum of RGB (Red+Green+Blue) = 5+17+7=29 (3% of max value = 765). Red value is 5 (2.34% from 255 or 17.24% from 29); Green value is 17 (7.03% from 255 or 58.62% from 29); Blue value is 7 (3.12% from 255 or 24.14% from 29); Max value from RGB is 17 - color contains mainly: green. Hex color #051107 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #051107 is #FAEEF8. Grayscale: #0C0C0C. Windows color (decimal): -16445177 or 463109. OLE color: 463109.

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

Color convert

RGB5177-
CMYK0.7100.590.93
HSL130º54.55%4.31%-
HSV(B)130º70.59%6.67%-
XYZ0.30.450.27-
YUV12.27125.02122.81-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 17.24%
GREEN value IS 17 (7.03% from 255) = 58.62%
BLUE value IS 7 (3.12% from 255) = 24.14%
R=17.24%
G=58.62%
B=24.14%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0
Y (Yellow) values IS 0.59
K (Black) values IS 0.93
SystemRedGreenBlueCMYKHSL
Decimal51770.7100.590.9313054.554.31
Hex51174703B5D82374
Octal5217107073135202674
Binary1011000111110001110111011101110110000010110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #051107

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #051107; }

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

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

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

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

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

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

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

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