#050705

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

Shades of Black Bean #050705

Tints of Black Bean #050705

Color information

#050705 (or 0x050705) is unknown color: approx Black Bean. HEX triplet: 05, 07 and 05. RGB value is (5,7,5). Sum of RGB (Red+Green+Blue) = 5+7+5=17 (2% of max value = 765). Red value is 5 (2.34% from 255 or 29.41% from 17); Green value is 7 (3.12% from 255 or 41.18% from 17); Blue value is 5 (2.34% from 255 or 29.41% from 17); Max value from RGB is 7 - color contains mainly: green. Hex color #050705 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #050705 is #FAF8FA. Grayscale: #060606. Windows color (decimal): -16447739 or 329477. OLE color: 329477.

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

Color convert

RGB575-
CMYK0.2900.290.97
HSL120º16.67%2.35%-
HSV(B)120º28.57%2.75%-
XYZ0.170.20.17-
YUV6.17127.34127.16-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 29.41%
GREEN value IS 7 (3.12% from 255) = 41.18%
BLUE value IS 5 (2.34% from 255) = 29.41%
R=29.41%
G=41.18%
B=29.41%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.97
SystemRedGreenBlueCMYKHSL
Decimal5750.2900.290.9712016.672.35
Hex5751D01D6178112
Octal57535035141170212
Binary10111110111101011101110000111110001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #050705

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #050705; }

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

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

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

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

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

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

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

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