#051106

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

Shades of Black Bean #051106

Tints of Black Bean #051106

Color information

#051106 (or 0x051106) is unknown color: approx Black Bean. HEX triplet: 05, 11 and 06. RGB value is (5,17,6). Sum of RGB (Red+Green+Blue) = 5+17+6=28 (3% of max value = 765). Red value is 5 (2.34% from 255 or 17.86% from 28); Green value is 17 (7.03% from 255 or 60.71% from 28); Blue value is 6 (2.73% from 255 or 21.43% from 28); Max value from RGB is 17 - color contains mainly: green. Hex color #051106 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #051106 is #FAEEF9. Grayscale: #0C0C0C. Windows color (decimal): -16445178 or 397573. OLE color: 397573.

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

Color convert

RGB5176-
CMYK0.7100.650.93
HSL125º54.55%4.31%-
HSV(B)125º70.59%6.67%-
XYZ0.30.450.24-
YUV12.16124.52122.89-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 17.86%
GREEN value IS 17 (7.03% from 255) = 60.71%
BLUE value IS 6 (2.73% from 255) = 21.43%
R=17.86%
G=60.71%
B=21.43%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0
Y (Yellow) values IS 0.65
K (Black) values IS 0.93
SystemRedGreenBlueCMYKHSL
Decimal51760.7100.650.9312554.554.31
Hex5116470415D7d374
Octal52161070101135175674
Binary1011000111010001110100000110111011111101110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #051106

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #051106; }

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

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

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

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

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

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

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

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