#050605

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

Shades of Black Bean #050605

Tints of Black Bean #050605

Color information

#050605 (or 0x050605) is unknown color: approx Black Bean. HEX triplet: 05, 06 and 05. RGB value is (5,6,5). Sum of RGB (Red+Green+Blue) = 5+6+5=16 (2% of max value = 765). Red value is 5 (2.34% from 255 or 31.25% from 16); Green value is 6 (2.73% from 255 or 37.5% from 16); Blue value is 5 (2.34% from 255 or 31.25% from 16); Max value from RGB is 6 - color contains mainly: green. Hex color #050605 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #050605 is #FAF9FA. Grayscale: #050505. Windows color (decimal): -16447995 or 329221. OLE color: 329221.

HSL color Cylindrical-coordinate representation of color #050605: hue angle of 120º degrees, saturation: 0.09, lightness: 0.02%. HSV value (or HSB Brightness) of color is 0.02% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #050605 is Cyan = 0.17, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.98.

Color convert

RGB565-
CMYK0.1700.170.98
HSL120º9.09%2.16%-
HSV(B)120º16.67%2.35%-
XYZ0.160.170.17-
YUV5.59127.67127.58-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 31.25%
GREEN value IS 6 (2.73% from 255) = 37.5%
BLUE value IS 5 (2.34% from 255) = 31.25%
R=31.25%
G=37.5%
B=31.25%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.98
SystemRedGreenBlueCMYKHSL
Decimal5650.1700.170.981209.092.16
Hex56511011627892
Octal56521021142170112
Binary1011101011000101000111000101111000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #050605

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #050605; }

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

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

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

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

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

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

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

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