Html Css Color HEX #050705 Black Bean

📋 copy color: '#050705'

red 5 ◦ green 7 ◦ blue 5

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

Shades of Black Bean #050705

Tints of Black Bean #050705

RGB

 RED value IS 5 (2.34% from 255) = 29.41%

 GREEN value IS 7 (3.13% 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 value IS 0.29

 M value IS 0

 Y value IS 0.29

 K value IS 0.97

RGB Variations

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

Color information

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

RGB 5 7 5 -
CMYK 0.29 0 0.29 0.97
HSL 120º 0.17% 0.02% -
HSV(B) 120º 0.29% 0.03% -
XYZ 0.17 0.2 0.17 -
YUV 6.17 127.34 127.16 -
System Red Green Blue C M Y K H S L
Decimal 5 7 5 0.29 0 0.29 0.97 120 0.17 0.02
Hex 5 7 5 1D 0 1D 61 78 11 2
Octal 5 7 5 35 0 35 141 170 21 2
Binary 101 111 101 11101 0 11101 1100001 1111000 10001 10

Color Harmonies of #050705

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #050705

Black with #050705

Text Example


Text Example

White with #050705

Text Example


Text Example

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