#050F04

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

Shades of Black Bean #050F04

Tints of Black Bean #050F04

Color information

#050F04 (or 0x050F04) is unknown color: approx Black Bean. HEX triplet: 05, 0F and 04. RGB value is (5,15,4). Sum of RGB (Red+Green+Blue) = 5+15+4=24 (3% of max value = 765). Red value is 5 (2.34% from 255 or 20.83% from 24); Green value is 15 (6.25% from 255 or 62.5% from 24); Blue value is 4 (1.95% from 255 or 16.67% from 24); Max value from RGB is 15 - color contains mainly: green. Hex color #050F04 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #050F04 is #FAF0FB. Grayscale: #0A0A0A. Windows color (decimal): -16445692 or 265989. OLE color: 265989.

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

Color convert

RGB5154-
CMYK0.6700.730.94
HSL114.55º57.89%3.73%-
HSV(B)114.55º73.33%5.88%-
XYZ0.260.380.18-
YUV10.76124.19123.89-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 20.83%
GREEN value IS 15 (6.25% from 255) = 62.5%
BLUE value IS 4 (1.95% from 255) = 16.67%
R=20.83%
G=62.5%
B=16.67%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0
Y (Yellow) values IS 0.73
K (Black) values IS 0.94
SystemRedGreenBlueCMYKHSL
Decimal51540.6700.730.94114.5557.893.73
Hex5F4430495E733a4
Octal51741030111136163724
Binary101111110010000110100100110111101110011111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #050F04

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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