Html Css Color HEX #050805 Black Bean

📋 copy color: '#050805'

red 5 ◦ green 8 ◦ blue 5

#050805
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Black Bean #050805

Tints of Black Bean #050805

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 value IS 0.38

 M value IS 0

 Y value IS 0.38

 K value IS 0.97

RGB Variations

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

Color information

#050805 (or 0x050805) is known color: 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

RGB 5 8 5 -
CMYK 0.38 0 0.38 0.97
HSL 120º 0.23% 0.03% -
HSV(B) 120º 0.38% 0.03% -
XYZ 0.18 0.22 0.18 -
YUV 6.76 127.01 126.74 -
System Red Green Blue C M Y K H S L
Decimal 5 8 5 0.38 0 0.38 0.97 120 0.23 0.03
Hex 5 8 5 26 0 26 61 78 17 3
Octal 5 10 5 46 0 46 141 170 27 3
Binary 101 1000 101 100110 0 100110 1100001 1111000 10111 11

Color Harmonies of #050805

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #050805

Black with #050805

Text Example


Text Example

White with #050805

Text Example


Text Example

HTML Codes & Css Web 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>