#050B06

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

Shades of Black Bean #050B06

Tints of Black Bean #050B06

Color information

#050B06 (or 0x050B06) is unknown color: approx Black Bean. HEX triplet: 05, 0B and 06. RGB value is (5,11,6). Sum of RGB (Red+Green+Blue) = 5+11+6=22 (2% of max value = 765). Red value is 5 (2.34% from 255 or 22.73% from 22); Green value is 11 (4.69% from 255 or 50% from 22); Blue value is 6 (2.73% from 255 or 27.27% from 22); Max value from RGB is 11 - color contains mainly: green. Hex color #050B06 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #050B06 is #FAF4F9. Grayscale: #080808. Windows color (decimal): -16446714 or 396037. OLE color: 396037.

HSL color Cylindrical-coordinate representation of color #050B06: hue angle of 130º degrees, saturation: 0.38, lightness: 0.03%. HSV value (or HSB Brightness) of color is 0.04% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #050B06 is Cyan = 0.55, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.96.

Color convert

RGB5116-
CMYK0.5500.450.96
HSL130º37.5%3.14%-
HSV(B)130º54.55%4.31%-
XYZ0.220.280.22-
YUV8.64126.51125.41-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 22.73%
GREEN value IS 11 (4.69% from 255) = 50%
BLUE value IS 6 (2.73% from 255) = 27.27%
R=22.73%
G=50%
B=27.27%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.96
SystemRedGreenBlueCMYKHSL
Decimal51160.5500.450.9613037.53.14
Hex5B63702D6082263
Octal513667055140202463
Binary1011011110110111010110111000001000001010011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #050B06

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(5,11,6); }

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

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

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

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

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

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

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