#050F05

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

Shades of Black Bean #050F05

Tints of Black Bean #050F05

Color information

#050F05 (or 0x050F05) is unknown color: approx Black Bean. HEX triplet: 05, 0F and 05. RGB value is (5,15,5). Sum of RGB (Red+Green+Blue) = 5+15+5=25 (3% of max value = 765). Red value is 5 (2.34% from 255 or 20% from 25); Green value is 15 (6.25% from 255 or 60% from 25); Blue value is 5 (2.34% from 255 or 20% from 25); Max value from RGB is 15 - color contains mainly: green. Hex color #050F05 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #050F05 is #FAF0FA. Grayscale: #0A0A0A. Windows color (decimal): -16445691 or 331525. OLE color: 331525.

HSL color Cylindrical-coordinate representation of color #050F05: hue angle of 120º degrees, saturation: 0.5, lightness: 0.04%. HSV value (or HSB Brightness) of color is 0.06% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #050F05 is Cyan = 0.67, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.94.

Color convert

RGB5155-
CMYK0.6700.670.94
HSL120º50%3.92%-
HSV(B)120º66.67%5.88%-
XYZ0.260.380.2-
YUV10.87124.69123.81-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 20%
GREEN value IS 15 (6.25% from 255) = 60%
BLUE value IS 5 (2.34% from 255) = 20%
R=20%
G=60%
B=20%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0
Y (Yellow) values IS 0.67
K (Black) values IS 0.94
SystemRedGreenBlueCMYKHSL
Decimal51550.6700.670.94120503.92
Hex5F5430435E78324
Octal51751030103136170624
Binary101111110110000110100001110111101111000110010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #050F05

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #050F05; }

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

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

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

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

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

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

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

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