Html Css Color HEX #050605 Black Bean

📋 copy color: '#050605'

red 5 ◦ green 6 ◦ blue 5

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

Shades of Black Bean #050605

Tints of Black Bean #050605

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

 M value IS 0

 Y value IS 0.17

 K value IS 0.98

RGB Variations

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

Color information

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

RGB 5 6 5 -
CMYK 0.17 0 0.17 0.98
HSL 120º 0.09% 0.02% -
HSV(B) 120º 0.17% 0.02% -
XYZ 0.16 0.17 0.17 -
YUV 5.59 127.67 127.58 -
System Red Green Blue C M Y K H S L
Decimal 5 6 5 0.17 0 0.17 0.98 120 0.09 0.02
Hex 5 6 5 11 0 11 62 78 9 2
Octal 5 6 5 21 0 21 142 170 11 2
Binary 101 110 101 10001 0 10001 1100010 1111000 1001 10

Color Harmonies of #050605

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #050605

Black with #050605

Text Example


Text Example

White with #050605

Text Example


Text Example

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