#050805

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

Shades of Black Bean #050805

Tints of Black Bean #050805

Color information

#050805 (or 0x050805) is unknown color: approx Black Bean. HEX triplet: 05, 08 and 05. RGB value is (5,8,5). Sum of RGB (Red+Green+Blue) = 5+8+5=18 (2% of max value = 765). Red value is 5 (2.34% from 255 or 27.78% from 18); Green value is 8 (3.52% from 255 or 44.44% from 18); Blue value is 5 (2.34% from 255 or 27.78% from 18); Max value from RGB is 8 - color contains mainly: green. Hex color #050805 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #050805 is #FAF7FA. Grayscale: #060606. Windows color (decimal): -16447483 or 329733. OLE color: 329733.

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

Color convert

RGB585-
CMYK0.3800.380.97
HSL120º23.08%2.55%-
HSV(B)120º37.5%3.14%-
XYZ0.180.220.18-
YUV6.76127.01126.74-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 27.78%
GREEN value IS 8 (3.52% from 255) = 44.44%
BLUE value IS 5 (2.34% from 255) = 27.78%
R=27.78%
G=44.44%
B=27.78%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.97
SystemRedGreenBlueCMYKHSL
Decimal5850.3800.380.9712023.082.55
Hex585260266178173
Octal510546046141170273
Binary10110001011001100100110110000111110001011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #050805

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #050805; }

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

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

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

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

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

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

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

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